安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Pester - The ubiquitous test and mock framework for PowerShell | Pester
Pester integrates nicely with TFS, Azure, Github, Jenkins and other CI servers, allowing you to fully automate your development lifecycle
- Quick Start | Pester
What is Pester? Pester is a testing and mocking framework for PowerShell Pester provides a framework for writing and running tests Pester is most commonly used for writing unit and integration tests, but it is not limited to just that
- Assertion Reference | Pester
Introduction to the built-in assertion operators in Pester to get you started with the most common scenarios
- Test file structure | Pester
Pester uses special keywords and blocks to structure your tests like Describe, Context, It, BeforeAll -Each etc See this to learn how they relate and fit together
- Installation and Update | Pester
Pester is a cross-platform PowerShell module for testing your PowerShell code Follow these steps to install or update your Pester-module to get started today
- Should-Throw | Pester
Help page for the PowerShell Pester "Should-Throw" command
- Mock | Pester
Using this Mock, all calls to Get-ChildItem will return a hashtable with a FullName property returning "A_File TXT" EXAMPLE 2
- Generating Code Coverage Metrics | Pester
Pester can generate code coverage metrics to help you understand how many lines of your PowerShell code that is actually covered by your Pester-tests Use this to increase confidence in your tests
|
|
|