Info
Version: | 2.7.0 |
Author(s): | Stijn Moreels |
Last Update: | Wednesday, May 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/stijnmoreels/FScenario |
NuGet Url: | https://www.nuget.org/packages/FScenario |
Install
Install-Package FScenario
dotnet add package FScenario
paket add FScenario
FScenario Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.7.0)
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.0)
- Microsoft.Extensions.Logging(>= 3.1.3)
- Polly-Signed(>= 5.9.0)
Tags
The package consists of several functions to help write tests that clean up after themselves,
making assertions more reliable by polling for required results,
adds some standard building blocks for you to start creating your own disposable fixture, ...