FILE: C:\Program Files (x86)\WindowsPowerShell\Modules\Pester\3.4.0\Pester.nuspec
--
Pester
$version$
Pester
A BDD style testing tool for Powershell
Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of powershell code being tested. Pester tests can execute any command or script that is accesible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.
powershell unit testing bdd tdd mocking admin
Pester Team
http://pesterbdd.com/images/Pester.png
https://github.com/Pester/Pester
http://www.apache.org/licenses/LICENSE-2.0.html
--