NCase.NunitAdapter
0.2.0.276
Use NCase in combination with NUnit to write your parametrized tests.
This adapter library contains the Nunit specific `ActAndAssert` extension method.
Website and source code: https://github.com/jeromerg/NCase
NCase allows to define, combine, visualize and replay hundreds of test cases with a few lines of code! It is a mix between a Mocking Framework like Moq and a parametrized test framework, having advanced combinatorial capabilities.
Install-Package NCase.NunitAdapter -Version 0.2.0.276
dotnet add package NCase.NunitAdapter --version 0.2.0.276
<PackageReference Include="NCase.NunitAdapter" Version="0.2.0.276" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NCase.NunitAdapter --version 0.2.0.276
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NCase.NunitAdapter, 0.2.0.276"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install NCase.NunitAdapter as a Cake Addin #addin nuget:?package=NCase.NunitAdapter&version=0.2.0.276 // Install NCase.NunitAdapter as a Cake Tool #tool nuget:?package=NCase.NunitAdapter&version=0.2.0.276
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Autofac (>= 3.5.2)
- Castle.Core (>= 3.3.3)
- NUnit (>= 2.6.4)
- NUtil (>= 0.2.0.276)
- NVisitor (>= 1.1.0.73)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.