Stop Guessing - Automated Unit Tests Tell You How Your Code Behaves
Hope Is Not a Strategy
Mar 18, 202615 min read17

Search for a command to run...
Articles tagged with #unit-testing
Hope Is Not a Strategy

In researching some tools, I came across TUnit- a newer .NET test framework that runs on the Microsoft Testing Platform (MTP) and is AOT Compatible. It emphasizes extensibility and performance. TUnit’s NuGet market share is still small compared to xU...

80% Code Coverage? Cool Story. Your Tests Still Suck.
