NCase.XunitAdapter
0.2.0.276
NCase Adapter for Xunit
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
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.
Dependencies
-
- Castle.Core (>= 3.3.3)
- NUtil (>= 0.2.0.276)
- NVisitor (>= 1.1.0.73)
- xunit (>= 2.1.0)