Fake It Easy
- Utilities
The .NET library features an easy way to create dynamic fakes for testing. It simplifies the creation of fake objects, mocks, and stubs with context-aware fluent interfaces. The library supports type-safe faking, automatic dummy argument generation, and explicit assertions. It's compatible with C# and VB.Net, offering features like raising events from fakes and providing helpful exception messages for test failures.
Visit Fake It Easy