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.
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.
// Install TestThat as a Cake Addin
#addin nuget:?package=TestThat&version=1.9.150507.1

// Install TestThat as a Cake Tool
#tool nuget:?package=TestThat&version=1.9.150507.1

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on TestThat:

Package Downloads
TestThat.Util.Tests

This extension library provides a number of helper tests for use with the TestThat library. These helpers can be discovered if presented as properties or fields, or can be used independently.

TestThat.WPF

This extension library provides a quick means to integrate TestThat into your WPF applications. Included in the library are extendable view models and controls which out-the-box will allow tests to run within your UI, but which can easily be extended or taken in part to fit your own needs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.150507.1 1,315 5/7/2015
1.9.150426 1,102 4/26/2015
1.9.1504 1,057 4/15/2015
1.9.1 1,073 4/12/2015
1.9.0 1,152 4/12/2015
1.8.0 1,105 4/12/2015
1.7.0 2,676 4/7/2015
1.6.0 1,071 4/6/2015
1.5.0 1,043 4/4/2015
1.1.0 1,212 4/2/2015

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