NUnitV2.Core
2.7.1
dotnet add package NUnitV2.Core --version 2.7.1
NuGet\Install-Package NUnitV2.Core -Version 2.7.1
<PackageReference Include="NUnitV2.Core" Version="2.7.1" />
paket add NUnitV2.Core --version 2.7.1
#r "nuget: NUnitV2.Core, 2.7.1"
// Install NUnitV2.Core as a Cake Addin #addin nuget:?package=NUnitV2.Core&version=2.7.1 // Install NUnitV2.Core as a Cake Tool #tool nuget:?package=NUnitV2.Core&version=2.7.1
The NunitV2.Core package is aimed at third-party test runners that will normally include the assemblies directly in their own packages. It allows loading and running tests at a fairly low level.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NUnitV2.Core:
Package | Downloads |
---|---|
AutoFixture.NUnit2
By leveraging the some features of NUnit, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). |
|
NBi.Framework.Tools
This package contains the NBi framework and references each dll to your project. This package is not intended to be directly used by end-users willing to create test-suites. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio. NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Quality. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other NoSQL solutions. |
|
NBi.Data3Sixty
This package contains the Data3Sixty extension for the testing framework NBi (check at http://www.nbi.io) |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on NUnitV2.Core:
Repository | Stars |
---|---|
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
|
|
facebook/facebook-sdk-for-unity
The facebook sdk for unity.
|
|
Seddryck/NBi
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
|
This is the first release of the core assemblies as a separate package.