biz.dfch.PS.Pester.Assertions 1.1.1

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

// Install biz.dfch.PS.Pester.Assertions as a Cake Tool
#tool nuget:?package=biz.dfch.PS.Pester.Assertions&version=1.1.1

biz.dfch.PS.Pester.Assertions
============================

Modules: biz.dfch.PS.Pester.Assertions

d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland

This PowerShell module contains Cmdlets to add custom assertions to the Pester testing framework.

You can download this module via [NuGet](https://nuget.org/) with [Install-Package biz.dfch.PS.Pester.Assertions](biz.dfch.PS.Pester.Assertions).

Check the [Wiki](https://github.com/dfensgmbh/biz.dfch.PS.Pester.Assertions/wiki) for further description and examples on how to use the module.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 1,253 7/10/2016
1.0.2 1,012 7/7/2016

20160710

* added ThrowDataServiceClientException assertion
* added ThrowErrorId assertion
* added ThrowCategory assertion
* update ThrowException assertion to also search in InnerExceptions