F2F.Testing.MSTest
2.0.0
dotnet add package F2F.Testing.MSTest --version 2.0.0
NuGet\Install-Package F2F.Testing.MSTest -Version 2.0.0
<PackageReference Include="F2F.Testing.MSTest" Version="2.0.0" />
paket add F2F.Testing.MSTest --version 2.0.0
#r "nuget: F2F.Testing.MSTest, 2.0.0"
// Install F2F.Testing.MSTest as a Cake Addin
#addin nuget:?package=F2F.Testing.MSTest&version=2.0.0
// Install F2F.Testing.MSTest as a Cake Tool
#tool nuget:?package=F2F.Testing.MSTest&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 |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on F2F.Testing.MSTest:
Package | Downloads |
---|---|
F2F.Testing.MSTest.Moq
Brings an AutoMockFeature which initializes AutoFixture with Moq. |
|
F2F.Testing.MSTest.Sandbox
Add FileSandboxFeature to your TestFixture (F2F.Testing.MSTest) |
|
F2F.Testing.MSTest.EF
Add LocalDbContextFeature to your TestFixture (F2F.Testing.MSTest) |
|
F2F.Testing.MSTest.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,678 | 10/6/2016 |
2.0.0-beta1 | 1,103 | 11/19/2015 |
1.4.2 | 974 | 11/12/2015 |
1.4.1 | 914 | 11/11/2015 |
1.4.0 | 871 | 11/3/2015 |
1.3.1 | 900 | 10/27/2015 |
1.2.1 | 1,310 | 4/29/2015 |
1.2.0 | 1,233 | 4/28/2015 |
1.0.15 | 1,251 | 4/23/2015 |
1.0.13 | 1,229 | 4/23/2015 |
1.0.12 | 1,275 | 4/23/2015 |
1.0.11 | 957 | 4/13/2015 |
1.0.10 | 923 | 3/17/2015 |
1.0.8 | 961 | 3/10/2015 |
1.0.7 | 893 | 3/10/2015 |
1.0.6 | 896 | 3/10/2015 |
1.0.5 | 907 | 3/9/2015 |
Fix project references and upgrade all projects to .NET4.5 #48
Introduce IFeature interface #47
Review paket.dependencies file #37