TickSpec 1.0.1.1
See the version list below for details.
dotnet add package TickSpec --version 1.0.1.1
NuGet\Install-Package TickSpec -Version 1.0.1.1
<PackageReference Include="TickSpec" Version="1.0.1.1" />
paket add TickSpec --version 1.0.1.1
#r "nuget: TickSpec, 1.0.1.1"
// Install TickSpec as a Cake Addin
#addin nuget:?package=TickSpec&version=1.0.1.1
// Install TickSpec as a Cake Tool
#tool nuget:?package=TickSpec&version=1.0.1.1
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.
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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.
New features and bug fixes