TickSpec.xUnit by Phillip Trelford

<PackageReference Include="TickSpec.xUnit" Version="1.0.0.1" />

 TickSpec.xUnit 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.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>TickSpec.xUnit</id>
    <version>1.0.0.1</version>
    <title>TickSpec.xUnit</title>
    <authors>Phillip Trelford</authors>
    <owners>Phillip Trelford</owners>
    <licenseUrl>http://tickspec.codeplex.com/license</licenseUrl>
    <projectUrl>http://tickspec.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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.</description>
    <summary>TickSpec is a lightweight Behaviour Driven Development (BDD) framework for .Net.</summary>
    <tags>BDD C# F# .Net xUnit</tags>
    <dependencies>
      <dependency id="TickSpec" />
      <dependency id="xunit" version="1.9.1" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Xml" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>