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)
- https://www.pluralsight.com/courses/test-driven-development-big-picture
- https://github.com/aspnet/Docs/blob/master/aspnetcore/tutorials/dotnet-watch.md
- https://github.com/aspnet/DotNetTools/blob/master/src/dotnet-watch/README.md
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