Smocks icon indicating copy to clipboard operation
Smocks copied to clipboard

Smocks is a library for mocking the normally unmockable. It can mock static and non-virtual methods and properties, amongst others.

Results 22 Smocks issues
Sort by recently updated
recently updated
newest added

When running the unit tests on mono (on linux), some unit tests fail because of an `InvalidProgramException`. It appears that this happens for all unit tests that contain a setup...

bug

While executing code from a `Smock.Run(context => {...})` call, no breakpoints are being hit. Currently the only known workaround is to add a `Debugger.Break()` call, after which the code can...

bug