We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Should (markdown)
Replace content with page-has-moved message
Add a note to the `Throw` section about how to make all errors terminating errors
Updating syntax to add dash #1391
Adding example about arrays from about_should.help.txt
Update wording a bit
Added a note to the `Throw` section about how to validate against non-terminating errors, with a link to an example in a closed issue.
The sum of 2 + 3 is 5
O-Z pages format cleanup
Describe 'Should' parameter -HaveParameter
Describe 'Should' parameter -Because
Added comments for expected results on final two examples
Changed doc to reflect actual comparison operator used in code
Added more examples to BeGreaterThan showing how the underlying PowerShell operator compares more than integers.
Correcting typo bring it inline with BeTrue
removed "that"
Include missing Should documentation https://github.com/pester/Pester/issues/960
Add FileContentMatchMultiline.
Pester operator is singular
Adding Contains assertion and fixing BeIn syntax for range operator.
added -BeIn
Small corrections
Update to Pester v4.x Should syntax and cross reference added
Info that syntax is based on Pester v. 3.x added
Rename Contain assertions to FileContentMatch (#859), remove double spaces from explanatory sentences
Minor fix for headers