100% code coverage is near-meaningless - but is there a good measure to use?
mattburkedev @ mattburkedev @programming.dev Posts 0Comments 1Joined 2 yr. ago
mattburkedev @ mattburkedev @programming.dev
Posts
0
Comments
1
Joined
2 yr. ago
Every enterprise I’ve consulted for that had code coverage requirements was full of elaborate mock-heavy tests with a single Assert.NotNull at the end. Basically just testing that you wrote the right mocks!