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" />
<PackageVersion Include="psmake.mod.testing" Version="1.0.0" />
<PackageReference Include="psmake.mod.testing" />
paket add psmake.mod.testing --version 1.0.0
#r "nuget: psmake.mod.testing, 1.0.0"
#:package psmake.mod.testing@1.0.0
#addin nuget:?package=psmake.mod.testing&version=1.0.0
#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