NCase.XunitAdapter
0.2.0.276
Use NCase in combination with Xunit 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.XunitAdapter -Version 0.2.0.276
dotnet add package NCase.XunitAdapter --version 0.2.0.276
<PackageReference Include="NCase.XunitAdapter" 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.XunitAdapter --version 0.2.0.276
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NCase.XunitAdapter, 0.2.0.276"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- Castle.Core (>= 3.3.3)
- NUtil (>= 0.2.0.276)
- NVisitor (>= 1.1.0.73)
- xunit (>= 2.1.0)
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.