The Pester PowerShell module allows for some flexibility in how tests are written, but as Adam notes, there are still a few key points to consider. Have you ever wanted to verify that a PowerShell ...
"Should" operators have the critical role of comparing a condition with an expected result. Without that functionality, a test of your PowerShell code would be worthless. Pester is the de facto ...