F2F.Testing.Xunit2
1.4.0
See the version list below for details.
dotnet add package F2F.Testing.Xunit2 --version 1.4.0
NuGet\Install-Package F2F.Testing.Xunit2 -Version 1.4.0
<PackageReference Include="F2F.Testing.Xunit2" Version="1.4.0" />
paket add F2F.Testing.Xunit2 --version 1.4.0
#r "nuget: F2F.Testing.Xunit2, 1.4.0"
// Install F2F.Testing.Xunit2 as a Cake Addin
#addin nuget:?package=F2F.Testing.Xunit2&version=1.4.0
// Install F2F.Testing.Xunit2 as a Cake Tool
#tool nuget:?package=F2F.Testing.Xunit2&version=1.4.0
The base class TestFixture provides a registry for test features which are automatically disposed after each test case.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- xunit (= 2.1.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on F2F.Testing.Xunit2:
Package | Downloads |
---|---|
F2F.Testing.Xunit2.Sandbox
Add FileSandboxFeature to your TestFixture (F2F.Testing.Xunit2) |
|
F2F.Testing.Xunit2.FakeItEasy
Brings an AutoMockFeature which initializes AutoFixture with FakeItEasy. |
|
F2F.Testing.Xunit2.Npgsql
Test feature for temporary database in PostgreSQL server |
|
F2F.Testing.Xunit2.EF
Add LocalDbContextFeature to your TestFixture (F2F.Testing.Xunit2) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Virtual implementation of IDisposable in TestFixture #28
TestFixture: Dispose features in reverse order of registration #29
Upgrade MSTest and NUnit projects to .NET4 #36