You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.