Pester 6: check your function's public contract. Get-Command My-Func | Should-HaveParameter Name -Type ([string]) -Mandatory. It reads the real parameter metadata: type, mandatory, default, alias, set. #pspester #powershell
PowerShell BDD and TDD testing framework. Includes tools for function testing, module testing, mocking, code coverage and more.

