News

NCrunch news

NCrunch Blog

Product releases, engineering notes, and automated testing in .NET.

How to Unit Test Multithreaded C#

Threads help us get more done concurrently but they're not always simple to test. Let's consider how to unit test multithreaded C# code.