biz.dfch.CS.Testing
1.2.1
See the version list below for details.
dotnet add package biz.dfch.CS.Testing --version 1.2.1
NuGet\Install-Package biz.dfch.CS.Testing -Version 1.2.1
<PackageReference Include="biz.dfch.CS.Testing" Version="1.2.1" />
paket add biz.dfch.CS.Testing --version 1.2.1
#r "nuget: biz.dfch.CS.Testing, 1.2.1"
// Install biz.dfch.CS.Testing as a Cake Addin #addin nuget:?package=biz.dfch.CS.Testing&version=1.2.1 // Install biz.dfch.CS.Testing as a Cake Tool #tool nuget:?package=biz.dfch.CS.Testing&version=1.2.1
biz.dfch.CS.Testing
========================
Collection of utility classes that provide functionality for testing
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.
20161114
# FEATURES
PowerShell
* added `PsCmdletAssert` class for testing C# based Powershell `PSCmdlet`s.
* added `ExpectParameterBindingValidationExceptionAttribute` to catch `ParameterBindingValidationException`s
* added `ExpectAssertFailedExceptionAttribute` to catch `AssertFailedException`s
* added `PsCmdletAssert.HasAlias` to assert defined aliases on Cmdlets
* added `PsCmdletAssert.HasOutputType` to assert defined output types on Cmdlets