hw.UnitTest
15.0.1
See the version list below for details.
dotnet add package hw.UnitTest --version 15.0.1
NuGet\Install-Package hw.UnitTest -Version 15.0.1
<PackageReference Include="hw.UnitTest" Version="15.0.1" />
<PackageVersion Include="hw.UnitTest" Version="15.0.1" />
<PackageReference Include="hw.UnitTest" />
paket add hw.UnitTest --version 15.0.1
#r "nuget: hw.UnitTest, 15.0.1"
#:package hw.UnitTest@15.0.1
#addin nuget:?package=hw.UnitTest&version=15.0.1
#tool nuget:?package=hw.UnitTest&version=15.0.1
Provide some basic extensions for everyday programming.
Learn more about Target Frameworks and .NET Standard.
-
- hw.Helper.Core (>= 14.16.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 15.0.2 | 145 | 4/3/2015 |
| 15.0.1 | 40 | 4/3/2015 |
| 15.0.0 | 38 | 3/31/2015 |
| 14.1.4 | 54 | 3/4/2015 |
| 14.1.3 | 88 | 10/30/2014 |
| 14.1.2.1 | 63 | 10/17/2014 |
| 14.1.2.1-alpha | 45 | 10/17/2014 |
| 14.1.2-alpha | 44 | 10/17/2014 |
| 14.1.1-alpha | 44 | 10/17/2014 |
| 14.1.0-alpha | 44 | 10/17/2014 |
| 14.0.0 | 74 | 1/14/2014 |
| 0.2.2-alpha | 46 | 10/18/2013 |
| 0.2.1-alpha | 44 | 9/16/2013 |
| 0.2.0-alpha | 46 | 9/15/2013 |
| 0.1.0 | 52 | 9/15/2013 |
Change: Test runner returns false when any test has failed
15.0
Breaking Change: Attributes TestFixture and Test renamed to UnitTest
14.1.4
#22: Bug: misleading exception when ommiting "TestFixture" attribute for class derived from "DependantAttribute"
14.1.3
Bug: Wrong sequence of test-attribute controlled location traces
14.1.2.1
New: Ability to provide default method at textfixture
New: Ability to define textfixture by use of an interface
New: Log improved