biz.dfch.CS.Testing
1.2.1
biz.dfch.CS.Testing
========================
Collection of utility classes that provide functionality for testing
See the version list below for details.
Install-Package biz.dfch.CS.Testing -Version 1.2.1
dotnet add 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
Release Notes
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
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.