NUnit.Core.Engine
3.0.0-beta-4
Prefix Reserved
dotnet add package NUnit.Core.Engine --version 3.0.0-beta-4
NuGet\Install-Package NUnit.Core.Engine -Version 3.0.0-beta-4
<PackageReference Include="NUnit.Core.Engine" Version="3.0.0-beta-4" />
paket add NUnit.Core.Engine --version 3.0.0-beta-4
#r "nuget: NUnit.Core.Engine, 3.0.0-beta-4"
// Install NUnit.Core.Engine as a Cake Addin #addin nuget:?package=NUnit.Core.Engine&version=3.0.0-beta-4&prerelease // Install NUnit.Core.Engine as a Cake Tool #tool nuget:?package=NUnit.Core.Engine&version=3.0.0-beta-4&prerelease
This package includes the nunit.core.engine assembly, which may be used by runner programs that need to load and run tests within the same process as an alternative to the full engine.
It is particularly suited for use by device runners. Third party runners that set up their own process for execution may also find this useful.
This package is not intended for direct use by users who simply want to run tests.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0-beta-4 | 42,885 | 8/25/2015 |
3.0.0-beta-3 | 1,064 | 7/15/2015 |
3.0.0-beta-2 | 947 | 5/13/2015 |
This is an beta release. However, the interface to the engine is considered stable at this point.