DEV Community

Discussion on: How to test your C# Web API

Collapse
 
jwp profile image
John Peters

Excellent Tim, tx for post. I agree with your dislike of relying on mocked things in unit test. It's why I dislike Karma/Jasmine so much.

To me, tests should natively test full code paths using proper boundary conditions.

Collapse
 
timdeschryver profile image
Tim Deschryver

💯💯💯 Can't argue with that opinion 👍