For those that have done TDD with PowerShell, what is your experience with the few libraries that provide mocking and testing?
Pester does mocking, often a requirement and the syntax looks decent. PSUnit syntax isn't very appealing to me and I don't think it supports mocking? PSTest looks neat with the .net syntax but looks a bit thin on features? Opinions? jlc

