Test.It
1.1.0
See the version list below for details.
dotnet add package Test.It --version 1.1.0
NuGet\Install-Package Test.It -Version 1.1.0
<PackageReference Include="Test.It" Version="1.1.0" />
paket add Test.It --version 1.1.0
#r "nuget: Test.It, 1.1.0"
// Install Test.It as a Cake Addin #addin nuget:?package=Test.It&version=1.1.0 // Install Test.It as a Cake Tool #tool nuget:?package=Test.It&version=1.1.0
Provides abstract test functionality in a BDD like style.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Owin (>= 1.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Test.It:
Package | Downloads |
---|---|
Test.It.With.XUnit
Test framework extension with XUnit for Test.It |
|
Test.It.While.Hosting.Your.Web.Application
BDD Testing framework that hosts your Web Service during test execution |
|
Test.It.While.Hosting.Your.Windows.Service
Testing framework that hosts your Windows Service during test execution |
|
Test.It.While.Hosting.Your.Service
Testing framework that hosts your service during test execution |
|
Test.It.While.Hosting.Your.Console.Application
Testing framework that hosts your console application during test execution |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.3 | 886 | 10/8/2020 |
3.0.0 | 8,246 | 5/23/2019 |
2.2.0 | 2,959 | 2/12/2019 |
2.1.3 | 2,148 | 1/8/2019 |
2.1.2 | 697 | 1/8/2019 |
2.1.1 | 1,104 | 8/29/2018 |
2.1.0 | 7,646 | 6/17/2018 |
2.0.4 | 1,090 | 6/16/2018 |
2.0.3 | 1,283 | 6/14/2018 |
2.0.2 | 2,453 | 6/8/2018 |
1.2.0 | 1,940 | 11/21/2017 |
1.1.0 | 1,710 | 7/14/2017 |
1.0.0 | 1,418 | 7/12/2017 |
- Changed IUseFixture to IUseConfiguration since fixture is somewhat connected to xunit and nunit fixtures, which IUseFixture is not.