-
Notifications
You must be signed in to change notification settings - Fork 178
Home
Robert Coltheart edited this page May 7, 2019
·
14 revisions
The following Nuget packages are required:
Install using the following command:
Install-Package Machine.Specifications
For .NET Core projects, the following are also required:
We also recommend using:
Package | Comments |
---|---|
Machine.Specifications.Should | Fluent assertions for MSpec |
Machine.Fakes | Fantastic faking framework that integrates deeply into MSpec. Comes with Moq , NSubstitute , FakeItEasy and RhinoMocks flavors. |
Machine.Specifications.TeamCityParallelRunner | Parallel runner for TeamCity |
Machine.Specifications.Reporting | Reporting library for test results |
- .NET Core
- .NET Framework
- Visual Studio and plugins
- CI systems and Console runners
Getting Started
Test Runners
Guidelines