Writing good unit tests (GUTs) is just as important as writing high-quality code. In this two-part article you’ll get an overview of software quality — how we define it and improve it — followed by an ...
When unit tests fail, they should clearly explain why. Take advantage of the Fluent Assertions library to write unit test methods that are simple, readable, concise, and expressive. Unit testing is an ...