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" />
<PackageVersion Include="Test.It" Version="1.1.0" />
<PackageReference Include="Test.It" />
paket add Test.It --version 1.1.0
#r "nuget: Test.It, 1.1.0"
#addin nuget:?package=Test.It&version=1.1.0
#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 | 937 | 10/8/2020 |
3.0.0 | 8,435 | 5/23/2019 |
2.2.0 | 3,659 | 2/12/2019 |
2.1.3 | 2,870 | 1/8/2019 |
2.1.2 | 728 | 1/8/2019 |
2.1.1 | 1,146 | 8/29/2018 |
2.1.0 | 7,779 | 6/17/2018 |
2.0.4 | 1,197 | 6/16/2018 |
2.0.3 | 1,392 | 6/14/2018 |
2.0.2 | 2,560 | 6/8/2018 |
1.2.0 | 2,065 | 11/21/2017 |
1.1.0 | 1,836 | 7/14/2017 |
1.0.0 | 1,496 | 7/12/2017 |
- Changed IUseFixture to IUseConfiguration since fixture is somewhat connected to xunit and nunit fixtures, which IUseFixture is not.