Giveth.NUnit 1.0.7
A super simple BDD library that doesn't mangle your code, just add Given("..."); When("..."); Then("..."); to your tests. Generate Gherkin .feature files from your unit tests
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Giveth.NUnit</id>
<version>1.0.7</version>
<title>Giveth - The super simple BDD library - NUnit version</title>
<authors>Harry McIntyre</authors>
<owners>Harry McIntyre</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/mcintyre321/Giveth/blob/master/licence.md</licenseUrl>
<projectUrl>https://github.com/mcintyre321/Giveth/</projectUrl>
<description>A super simple BDD library that doesn't mangle your code, just add Given("..."); When("..."); Then("..."); to your tests. Generate Gherkin .feature files from your unit tests</description>
<copyright>Harry McIntyre</copyright>
<tags>BDD, ATDD, GWT, Given When Then, Testing</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Giveth" version="1.0.7" exclude="Build,Analyzers" />
<dependency id="NUnit" version="3.11.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>