Implementation of ITestCaseOrderer to enforcing xUnit to run the facts in strict order.
Info
Version: | 2.0.0 |
Author(s): | fulls1z3 |
Last Update: | Friday, October 12, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fulls1z3/xunit-orderer |
NuGet Url: | https://www.nuget.org/packages/XunitOrdereStandard |
Install
Install-Package XunitOrdereStandard
dotnet add package XunitOrdereStandard
paket add XunitOrdereStandard
XunitOrdereStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- xunit(>= 2.4.0)
- xunit.abstractions(>= 2.0.3)
- xunit.assert(>= 2.4.0)
- xunit.core(>= 2.4.0)
- xunit.extensibility.core(>= 2.4.0)
- xunit.extensibility.execution(>= 2.4.0)
Tags