F2F.Testing.NUnit
1.4.1
See the version list below for details.
dotnet add package F2F.Testing.NUnit --version 1.4.1
NuGet\Install-Package F2F.Testing.NUnit -Version 1.4.1
<PackageReference Include="F2F.Testing.NUnit" Version="1.4.1" />
paket add F2F.Testing.NUnit --version 1.4.1
#r "nuget: F2F.Testing.NUnit, 1.4.1"
// Install F2F.Testing.NUnit as a Cake Addin
#addin nuget:?package=F2F.Testing.NUnit&version=1.4.1
// Install F2F.Testing.NUnit as a Cake Tool
#tool nuget:?package=F2F.Testing.NUnit&version=1.4.1
The base class TestFixture provides a registry for test features which are automatically disposed after each test case.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
NuGet packages (4)
Showing the top 4 NuGet packages that depend on F2F.Testing.NUnit:
Package | Downloads |
---|---|
F2F.Testing.NUnit.Sandbox
Add FileSandboxFeature to your TestFixture (F2F.Testing.NUnit) |
|
F2F.Testing.NUnit.FakeItEasy
Brings an AutoMockFeature which initializes AutoFixture with FakeItEasy. |
|
F2F.Testing.NUnit.EF
Add LocalDbContextFeature to your TestFixture (F2F.Testing.NUnit) |
|
F2F.Testing.NUnit.Npgsql
Test feature for temporary database in PostgreSQL server |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,681 | 10/6/2016 |
2.0.0-beta1 | 1,164 | 11/19/2015 |
1.4.2 | 1,010 | 11/12/2015 |
1.4.1 | 962 | 11/11/2015 |
1.4.0 | 915 | 11/3/2015 |
1.3.1 | 919 | 10/27/2015 |
1.2.1 | 1,227 | 4/29/2015 |
1.2.0 | 1,149 | 4/28/2015 |
1.0.15 | 1,063 | 4/23/2015 |
1.0.13 | 1,020 | 4/23/2015 |
1.0.12 | 1,058 | 4/23/2015 |
1.0.11 | 981 | 4/13/2015 |
1.0.10 | 923 | 3/17/2015 |
1.0.8 | 903 | 3/10/2015 |
1.0.7 | 887 | 3/10/2015 |
1.0.6 | 879 | 3/10/2015 |
1.0.5 | 895 | 3/9/2015 |
LocalDBFeature uses constant localdb data source #39
Reverse Dispose tests fail on very fast machines #40