F2F.Testing.Xunit
1.4.1
See the version list below for details.
dotnet add package F2F.Testing.Xunit --version 1.4.1
NuGet\Install-Package F2F.Testing.Xunit -Version 1.4.1
<PackageReference Include="F2F.Testing.Xunit" Version="1.4.1" />
paket add F2F.Testing.Xunit --version 1.4.1
#r "nuget: F2F.Testing.Xunit, 1.4.1"
// Install F2F.Testing.Xunit as a Cake Addin #addin nuget:?package=F2F.Testing.Xunit&version=1.4.1 // Install F2F.Testing.Xunit as a Cake Tool #tool nuget:?package=F2F.Testing.Xunit&version=1.4.1
The base class TestFixture provides a registry for test features which are automatically disposed after each test case.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- xunit (>= 1.9.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on F2F.Testing.Xunit:
Package | Downloads |
---|---|
F2F.Testing.Xunit.FakeItEasy
Brings an AutoMockFeature which initializes AutoFixture with FakeItEasy. |
|
F2F.Testing.Xunit.Sandbox
Add FileSandboxFeature to your TestFixture (F2F.Testing.Xunit) |
|
F2F.Testing.Xunit.EF
Add LocalDbContextFeature to your TestFixture (F2F.Testing.Xunit) |
|
F2F.Testing.Xunit.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 | 2,291 | 10/6/2016 |
2.0.0-beta1 | 1,400 | 11/19/2015 |
1.4.2 | 1,736 | 11/12/2015 |
1.4.1 | 1,437 | 11/11/2015 |
1.4.0 | 1,475 | 11/3/2015 |
1.3.1 | 1,498 | 10/27/2015 |
1.2.1 | 1,652 | 4/29/2015 |
1.2.0 | 1,333 | 4/28/2015 |
1.0.15 | 1,244 | 4/23/2015 |
1.0.13 | 1,208 | 4/23/2015 |
1.0.12 | 1,219 | 4/23/2015 |
1.0.11 | 1,230 | 4/13/2015 |
1.0.10 | 1,117 | 3/17/2015 |
1.0.8 | 1,078 | 3/10/2015 |
1.0.7 | 5,412 | 3/10/2015 |
1.0.6 | 1,106 | 3/10/2015 |
1.0.5 | 5,304 | 3/9/2015 |
LocalDBFeature uses constant localdb data source #39
Reverse Dispose tests fail on very fast machines #40