Skip to content
Robert Coltheart edited this page May 7, 2019 · 14 revisions

Getting Started

Installation

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

Test Runners