Tdd-Toolkit
1.0.38
See the version list below for details.
dotnet add package Tdd-Toolkit --version 1.0.38
NuGet\Install-Package Tdd-Toolkit -Version 1.0.38
<PackageReference Include="Tdd-Toolkit" Version="1.0.38" />
paket add Tdd-Toolkit --version 1.0.38
#r "nuget: Tdd-Toolkit, 1.0.38"
// Install Tdd-Toolkit as a Cake Addin #addin nuget:?package=Tdd-Toolkit&version=1.0.38 // Install Tdd-Toolkit as a Cake Tool #tool nuget:?package=Tdd-Toolkit&version=1.0.38
Anonymous value generator and some helpful assertions, developed for the open source ebook: Test-Driven Development - Extensive Tutorial. Some ideas are taken from the authors of sustainabletdd.com blog and Sustainable Test Driven Development book.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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
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 |
---|---|---|
2.0.1 | 11,663 | 4/14/2018 |
2.0.0 | 1,584 | 10/20/2017 |
1.1.5 | 3,363 | 4/4/2017 |
1.1.4 | 1,600 | 2/6/2017 |
1.1.3 | 1,580 | 1/7/2017 |
1.1.2 | 1,584 | 1/7/2017 |
1.1.1 | 1,504 | 1/6/2017 |
1.1.0 | 1,619 | 11/29/2016 |
1.0.51 | 1,917 | 9/29/2016 |
1.0.50 | 1,569 | 9/12/2016 |
1.0.49 | 1,562 | 9/1/2016 |
1.0.47 | 1,542 | 8/17/2016 |
1.0.46 | 1,519 | 7/20/2016 |
1.0.45 | 1,562 | 7/5/2016 |
1.0.44 | 1,548 | 6/18/2016 |
1.0.43 | 1,577 | 5/5/2016 |
1.0.41 | 1,678 | 4/28/2016 |
1.0.40 | 1,558 | 4/13/2016 |
1.0.39 | 1,557 | 3/6/2016 |
1.0.38 | 1,546 | 3/6/2016 |
1.0.37 | 1,628 | 2/17/2016 |
1.0.36 | 1,576 | 2/9/2016 |
1.0.35 | 7,329 | 1/25/2016 |
1.0.33 | 1,992 | 1/15/2016 |
1.0.32 | 1,707 | 10/17/2015 |
1.0.31 | 1,572 | 10/17/2015 |
1.0.30 | 1,602 | 10/17/2015 |
1.0.29 | 1,677 | 10/7/2015 |
1.0.28 | 1,667 | 8/29/2015 |
1.0.27 | 1,614 | 8/16/2015 |
1.0.26 | 1,664 | 6/15/2015 |
1.0.25 | 1,587 | 6/15/2015 |
1.0.24 | 1,634 | 5/16/2015 |
1.0.23 | 1,587 | 5/14/2015 |
1.0.22 | 1,648 | 5/14/2015 |
1.0.21 | 1,711 | 1/31/2015 |
1.0.20 | 1,615 | 1/31/2015 |
1.0.19 | 1,918 | 12/14/2014 |
1.0.18 | 1,728 | 9/20/2014 |
1.0.17 | 1,691 | 6/9/2014 |
1.0.16 | 1,704 | 5/3/2014 |
1.0.15 | 1,888 | 4/28/2014 |
1.0.14 | 1,654 | 4/25/2014 |
1.0.13 | 1,818 | 4/16/2014 |
1.0.12 | 1,805 | 3/17/2014 |
1.0.11 | 1,703 | 3/15/2014 |
1.0.10 | 1,755 | 3/9/2014 |
1.0.9 | 1,677 | 3/1/2014 |
1.0.7 | 1,699 | 1/10/2014 |
1.0.6 | 1,894 | 12/19/2013 |
1.0.5 | 1,653 | 12/19/2013 |
1.0.4 | 1,640 | 12/15/2013 |
1.0.3 | 1,666 | 12/12/2013 |
1.0.2 | 1,830 | 12/11/2013 |
1.0.1 | 1,722 | 12/10/2013 |
1.0.0 | 1,831 | 12/10/2013 |
- Updated dependencies
- Made circular list randomly pick first element
- Added dummy object generation via Any.Dummy() method
- Added IntegerDividableBy() and IntegerNotDividableBy()