Mercury 0.0.13-prerelease
dotnet add package Mercury --version 0.0.13-prerelease
NuGet\Install-Package Mercury -Version 0.0.13-prerelease
<PackageReference Include="Mercury" Version="0.0.13-prerelease" />
paket add Mercury --version 0.0.13-prerelease
#r "nuget: Mercury, 0.0.13-prerelease"
// Install Mercury as a Cake Addin #addin nuget:?package=Mercury&version=0.0.13-prerelease&prerelease // Install Mercury as a Cake Tool #tool nuget:?package=Mercury&version=0.0.13-prerelease&prerelease
Fluent NUnit specification extensions that will run under NCrunch, and ReSharper test runners.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NUnit (>= 2.6.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.13-prerelease | 922 | 3/5/2016 |
0.0.12-prerelease | 987 | 9/17/2015 |
0.0.11-prerelease | 1,007 | 9/17/2015 |
0.0.5 ActOn extension
0.0.6 Edge cases around renaming handled
0.0.7 Replaced dynamic data with generic data
0.0.8 Arrange() now has own interfaces that do not take an test context
0.0.9 Add SpecificationByMethod and up to 5 data arguments
0.0.10 Less/No clutter around the spec names depending on test runner
0.0.11 Fix, names were having the incorrect data injected to them
0.0.12 New Arrange that takes a generic type and a setup action
0.0.13 Renamed main base spec class to MercurySuite, added Specs += syntax, some fixes