DEV Community

Cover image for How to test your C# Web API

How to test your C# Web API

Tim Deschryver on March 25, 2020

Follow me on Twitter at @tim_deschryver | Subscribe to the Newsletter | Originally published on timdeschryver.dev. If you've read some of my ot...
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 👍