TickSpec 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TickSpec --version 1.0.0
NuGet\Install-Package TickSpec -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TickSpec" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TickSpec --version 1.0.0
#r "nuget: TickSpec, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
2.0.3 2,762 1/26/2024
2.0.2 44,405 6/19/2021
2.0.1 10,708 5/30/2021
2.0.0 8,445 4/24/2020
2.0.0-rc1 6,923 12/21/2018
1.1.0 9,193 3/14/2018
1.0.1.1 12,265 12/7/2014
1.0.0.1 3,751 11/28/2012
1.0.0 4,705 2/20/2011