antix-testing
4.0.0-b01
Install-Package antix-testing -Version 4.0.0-b01
dotnet add package antix-testing --version 4.0.0-b01
<PackageReference Include="antix-testing" Version="4.0.0-b01" />
paket add antix-testing --version 4.0.0-b01
#r "nuget: antix-testing, 4.0.0-b01"
// Install antix-testing as a Cake Addin
#addin nuget:?package=antix-testing&version=4.0.0-b01&prerelease
// Install antix-testing as a Cake Tool
#tool nuget:?package=antix-testing&version=4.0.0-b01&prerelease
Testing helpers, incl..
Generic Builder to delegate instance creation for testing data using Mocks, Pocos or whatever
Resource Finder, simplify getting hold of embedded resources in your tests
Benchmark, time how long your code takes, run iterations or time-to-stop benchmarks
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0-b01 | 1,342 | 5/14/2013 |
3.0.1 | 1,823 | 6/8/2013 |
3.0.1-b01 | 1,177 | 4/29/2013 |
3.0.0 | 1,033 | 4/27/2013 |
3.0.0-b02 | 1,270 | 10/25/2012 |
3.0.0-b01 | 1,241 | 10/25/2012 |
2.0.2 | 1,533 | 10/25/2012 |
2.0.0 | 1,474 | 7/25/2012 |
2.0.0-b13 | 1,123 | 7/24/2012 |
2.0.0-b12 | 925 | 7/24/2012 |
2.0.0-b11 | 1,154 | 7/24/2012 |
2.0.0-b10 | 945 | 7/17/2012 |
2.0.0-b09 | 1,214 | 7/16/2012 |
2.0.0-b08 | 943 | 7/13/2012 |
2.0.0-b07 | 1,154 | 7/8/2012 |
2.0.0-b06 | 1,137 | 7/7/2012 |
2.0.0-b05 | 1,162 | 7/7/2012 |
2.0.0-b04 | 933 | 7/6/2012 |
2.0.0-b03 | 926 | 7/6/2012 |
2.0.0-b02 | 989 | 7/5/2012 |
2.0.0-b01 | 1,147 | 7/4/2012 |
1.1.0-b02 | 903 | 7/2/2012 |
1.1.0-b01 | 923 | 7/2/2012 |
1.0.0 | 1,135 | 7/1/2012 |
## 4.0.0-b01
Changed IBenchmark to include a label, which allows results to be labelled
Introduced extensions to provide backward compatable method calls, but if IBenchmark was implemented this is going to break stuff so bumped to v4