-
Notifications
You must be signed in to change notification settings - Fork 178
Home
Tim Long edited this page Jan 11, 2019
·
14 revisions
- Machine.Specifications on NuGet
- Machine.Specifications.Should on NuGet - assertions library
- Machine.Fakes - fantastic faking framework that integrates deeply into MSpec
- .NET Core
- dotnet test
- dotnet test for old project.json (deprecated) - see .NET Core (.NET CLI) for migration info.
- .NET Framework
- Visual Studio IDE plugins
- CodeRush
- CodeRush for Roslyn
- ReSharper
- Visual Studio IDE
- TestDriven.NET
- NCrunch Continuous test runner and code coverage plugin for Visual Studio
- CI systems and Console runners
- dotnet test
- Console
- Visual Studio Team Services
- AppVeyor CI
- TeamCity
- TeamCity parallel runner that runs multiple assemblies in parallel
- Visual Studio IDE plugins
Getting Started
Test Runners
Guidelines