TestThat 1.9.150507.1

dotnet add package TestThat --version 1.9.150507.1
                    
NuGet\Install-Package TestThat -Version 1.9.150507.1
                    
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="TestThat" Version="1.9.150507.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TestThat" Version="1.9.150507.1" />
                    
Directory.Packages.props
<PackageReference Include="TestThat" />
                    
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 TestThat --version 1.9.150507.1
                    
#r "nuget: TestThat, 1.9.150507.1"
                    
#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 TestThat@1.9.150507.1
                    
#: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=TestThat&version=1.9.150507.1
                    
Install as a Cake Addin
#tool nuget:?package=TestThat&version=1.9.150507.1
                    
Install as a Cake Tool

This core library provides a near full unit test platform but with a focus on runtime execution, diagnostics and performance. Over a traditional framework, TestThat offers pass rates and time constraints to tests. Tests can be existing methods or properties within existing code base made accesible by familar atribute notation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.9.150507.1 74 5/7/2015
1.9.150426 46 4/26/2015
1.9.1504 43 4/15/2015
1.9.1 39 4/12/2015
1.9.0 38 4/12/2015
1.8.0 38 4/12/2015
1.7.0 44 4/7/2015
1.6.0 38 4/6/2015
1.5.0 36 4/4/2015
1.1.0 50 4/2/2015

Core library includes:
- Test attributes
- Test runner
- Test Discoverer
- Interval schedule