psmake.mod.testing 1.0.0

dotnet add package psmake.mod.testing --version 1.0.0
NuGet\Install-Package psmake.mod.testing -Version 1.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="psmake.mod.testing" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add psmake.mod.testing --version 1.0.0
#r "nuget: psmake.mod.testing, 1.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 psmake.mod.testing as a Cake Addin
#addin nuget:?package=psmake.mod.testing&version=1.0.0

// Install psmake.mod.testing as a Cake Tool
#tool nuget:?package=psmake.mod.testing&version=1.0.0

A testing module for PsMake, allowing to execute nunit/mbunit/mstest tests with optional coverage check

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 56 4/7/2015

Functions:
(New) Define-NUnitTests: allows to define NUnit tests
(New) Define-MbUnitTests: allows to define MbUnit tests
(New) Define-MsTests: allows to define MsTest tests
(New) Run-Tests: executes specified test groups, allowing also to calculate test coverage.
(New) Generate-CoverageSummary: generates coverage summary report (HTML/XML)
(New) Check-AcceptableCoverage: ensures that test coverage is at specified level