Skip to content
Jon Wagner edited this page Mar 11, 2014 · 1 revision

When working with PowerShell, you're likely to run into situations where you need to use a .NET object to do your processing. You can't mock .NET objects with PSMock.

But you can mock them with a .NET mock library. I happen to like Moq.