Info
Version: | 1.0.0 |
Author(s): | Eric Hexter, Tim Scott, Matt Honeycutt |
Last Update: | Tuesday, September 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Should-DotNetStandard |
Install
Install-Package Should-DotNetStandard
dotnet add package Should-DotNetStandard
paket add Should-DotNetStandard
Should-DotNetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
Tags
The Should Assertion Library provides a set of extension methods for test assertions for AAA and BDD style tests.
It provides assertions only, and as a result it is test runner agnostic. The assertions are a direct fork of the xUnit test assertions.
This project was born because test runners Should be independent of the assertions!.