TickSpec 1.0.0.1
See the version list below for details.
dotnet add package TickSpec --version 1.0.0.1
NuGet\Install-Package TickSpec -Version 1.0.0.1
<PackageReference Include="TickSpec" Version="1.0.0.1" />
paket add TickSpec --version 1.0.0.1
#r "nuget: TickSpec, 1.0.0.1"
// Install TickSpec as a Cake Addin #addin nuget:?package=TickSpec&version=1.0.0.1 // Install TickSpec as a Cake Tool #tool nuget:?package=TickSpec&version=1.0.0.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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.