TickSpec 1.0.0
See the version list below for details.
dotnet add package TickSpec --version 1.0.0
NuGet\Install-Package TickSpec -Version 1.0.0
<PackageReference Include="TickSpec" Version="1.0.0" />
paket add TickSpec --version 1.0.0
#r "nuget: TickSpec, 1.0.0"
// Install TickSpec as a Cake Addin #addin nuget:?package=TickSpec&version=1.0.0 // Install TickSpec as a Cake Tool #tool nuget:?package=TickSpec&version=1.0.0
Describe behaviour in plain text using the Gherkin business language, i.e. given, when, then. Easily execute the behaviour against matching F# tick methods (let ``tick method`` () = true) or attributed C# or F# methods.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TickSpec:
Package | Downloads |
---|---|
TickSpec.Xunit
TickSpec integration with Xunit. TickSpec is a lightweight Behaviour Driven Development (BDD) framework for .Net. 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. |
|
TickSpec.NUnit
Describe behaviour in plain text using the Gherkin business language, i.e. given, when, then. Easily execute the behaviour against matching F# tick methods (let ``tick method`` () = true) or attributed C# or F# methods. |
GitHub repositories
This package is not used by any popular GitHub repositories.