testing different parameter value at the same time
testing specific function in a specific file( use double column:: )
testing fixture help you reduce duplicated code, and help you scale up your test cases
You can use mock() to mock dependency(if your teammate haven’t finish a certain functionality, but you need it in the test, well, you don’t really need it. Just mock it’s behaviour and returned value)