F2F.Testing.Xunit2
2.0.0-beta1
See the version list below for details.
dotnet add package F2F.Testing.Xunit2 --version 2.0.0-beta1
NuGet\Install-Package F2F.Testing.Xunit2 -Version 2.0.0-beta1
<PackageReference Include="F2F.Testing.Xunit2" Version="2.0.0-beta1" />
<PackageVersion Include="F2F.Testing.Xunit2" Version="2.0.0-beta1" />
<PackageReference Include="F2F.Testing.Xunit2" />
paket add F2F.Testing.Xunit2 --version 2.0.0-beta1
#r "nuget: F2F.Testing.Xunit2, 2.0.0-beta1"
#addin nuget:?package=F2F.Testing.Xunit2&version=2.0.0-beta1&prerelease
#tool nuget:?package=F2F.Testing.Xunit2&version=2.0.0-beta1&prerelease
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 | net45 is compatible. 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 (= 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.
This release has breaking changes!
Fix project references and upgrade all projects to .NET4 #48
Introduce IFeature interface #47
Wrong implementation of IDisposable #46