Info
Version: | 2.0.3 |
Author(s): | Phillip Trelford |
Last Update: | Friday, January 26, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fsprojects/TickSpec |
NuGet Url: | https://www.nuget.org/packages/TickSpec |
Install
Install-Package TickSpec
dotnet add package TickSpec
paket add TickSpec
TickSpec Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FSharp.Core(>= 4.3.4)
- FSharp.Core(>= 4.2.3)
Tags
Describe behaviour in plain text using the Gherkin business language, i.e.
Given,
When, Then. Easily execute the behaviour against matching F# 'ticked' methods
(let ``tick method`` () = true) or attributed C# or F# methods.