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.

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,626 5/7/2015
1.9.150426 1,380 4/26/2015
1.9.1504 1,335 4/15/2015
1.9.1 1,354 4/12/2015
1.9.0 1,425 4/12/2015
1.8.0 1,382 4/12/2015
1.7.0 3,378 4/7/2015
1.6.0 1,361 4/6/2015
1.5.0 1,321 4/4/2015
1.1.0 1,621 4/2/2015

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