hw.UnitTest 15.0.2

dotnet add package hw.UnitTest --version 15.0.2
                    
NuGet\Install-Package hw.UnitTest -Version 15.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="hw.UnitTest" Version="15.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="hw.UnitTest" Version="15.0.2" />
                    
Directory.Packages.props
<PackageReference Include="hw.UnitTest" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add hw.UnitTest --version 15.0.2
                    
#r "nuget: hw.UnitTest, 15.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package hw.UnitTest@15.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=hw.UnitTest&version=15.0.2
                    
Install as a Cake Addin
#tool nuget:?package=hw.UnitTest&version=15.0.2
                    
Install as a Cake Tool

Provide some basic extensions for everyday programming.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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

New: Ability to register other test frameworks
           15.0.1
           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