psmake.mod.testing
1.0.0
See the version list below for details.
dotnet add package psmake.mod.testing --version 1.0.0
NuGet\Install-Package psmake.mod.testing -Version 1.0.0
<PackageReference Include="psmake.mod.testing" Version="1.0.0" />
paket add psmake.mod.testing --version 1.0.0
#r "nuget: psmake.mod.testing, 1.0.0"
// 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
Learn more about Target Frameworks and .NET Standard.
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.
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