Test Runners

Resharper – Unit Test Sessions

Dotnet Watch

dotnet-watch is a file watcher for dotnet that restarts the specified application when changes in the source code are detected.

  • CS to solution directory
  • dotnet build
    • dotnet test (run once)
    • dotnet watch test (watch for changes)

Dotnet Watch

Others

These 3 are listed in Professional Test Driven Development with C#: Developing Real World Applications with TDD

  • TestDriven.NET
  • Developer Express Test Runner
  • Gallio