If I'm unit testing f(), I trust unit tests covering f() more than I trust tests exercising a(b(c(d(e(f())))). But the unit test reports I got think both sorts of coverage are equivalent.
Post
June 25, 2020
June 25, 2020
If I'm unit testing f(), I trust unit tests covering f() more than I trust tests exercising a(b(c(d(e(f())))). But the unit test reports I got think both sorts of coverage are equivalent.