Announcing NMock: A .NET mock objects framework

NMock is now public - a simple dynamic .NET mock objects framework.

NMock provides quick’n’dirty mocks and stubs to make unit-testing easier. Mocks are created dynamically at runtime - just give it an existing class or interface and NMock will generate the bytecode for a mocked up implementation.

Here’s an example.