F2F.Testing.NUnit 2.0.0

.NET Framework 4.5
dotnet add package F2F.Testing.NUnit --version 2.0.0
NuGet\Install-Package F2F.Testing.NUnit -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="F2F.Testing.NUnit" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add F2F.Testing.NUnit --version 2.0.0
#r "nuget: F2F.Testing.NUnit, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install F2F.Testing.NUnit as a Cake Addin
#addin nuget:?package=F2F.Testing.NUnit&version=2.0.0

// Install F2F.Testing.NUnit as a Cake Tool
#tool nuget:?package=F2F.Testing.NUnit&version=2.0.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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
    • NUnit (>= 2.6.0 && < 3.0.0)

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,693 10/6/2016
2.0.0-beta1 1,177 11/19/2015
1.4.2 1,023 11/12/2015
1.4.1 977 11/11/2015
1.4.0 930 11/3/2015
1.3.1 934 10/27/2015
1.2.1 1,245 4/29/2015
1.2.0 1,164 4/28/2015
1.0.15 1,081 4/23/2015
1.0.13 1,037 4/23/2015
1.0.12 1,076 4/23/2015
1.0.11 997 4/13/2015
1.0.10 939 3/17/2015
1.0.8 922 3/10/2015
1.0.7 903 3/10/2015
1.0.6 896 3/10/2015
1.0.5 914 3/9/2015

Fix project references and upgrade all projects to .NET4.5 #48
Introduce IFeature interface #47
Review paket.dependencies file #37