Info
Version: | 1.0.0 |
Author(s): | igor.quintaes |
Last Update: | Wednesday, February 5, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/igorquintaes/FNunit |
NuGet Url: | https://www.nuget.org/packages/FNunit |
Install
Install-Package FNunit
dotnet add package FNunit
paket add FNunit
FNunit Download (Unzip the "nupkg" after downloading)
Dependencies
- NUnit(>= 3.12.0)
- Newtonsoft.Json(>= 12.0.2)
You can do it using Inheritance concepts). After that, call FNunit.TestRunner.CheckIfShoudlRun() as first action of SetUp method.
With that you are able to mark test you like to force to run alone or together. There is a project with Samples what can be checked inside this repository.