Mastering PowerShell Pester Should Command and Operators
Should is a command that performs our tests or assertions in our script. It is used for comparing objects and throwing failures when the test is expected to fail. We use Should inside of It blocks in the test script. Should also has different operators for performing tests.
0 Comments
July 1, 2020