Info
| Version: | 0.2.0.276 | 
| Author(s): | jeromerg | 
| Last Update: | Thursday, January 28, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://github.com/jeromerg/NCase | 
| NuGet Url: | https://www.nuget.org/packages/NCase.XunitAdapter | 
Install
Install-Package NCase.XunitAdapter
                        dotnet add package NCase.XunitAdapter
                        paket add NCase.XunitAdapter
                        
                                NCase.XunitAdapter Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- xunit(>= 2.1.0)
 - Castle.Core(>= 3.3.3)
 - NVisitor(>= 1.1.0.73)
 - NUtil(>= 0.2.0.276)
 
Tags
                
This adapter library contains the Nunit specific `ActAndAssert` extension method.
Website and source code: http://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.