JustMock
Home Page
Categories: Testing
Author: Telerik
Latest version: Beta
Added 2010-04-12
Mocking framework.
Features include:
- Asserting occurrences: occurrences can be used in conjunction with the Mock.Assert function. Wiht its help you can further verify how many times a call has occurred.
- Mocking with matchers: with the help of the matchers you can ignore an argument for a particular mock. Matchers can also be used in assertion.
- Recursive/nested mocking: mock members that have originated from calls that have occurred in your current mock instance.
- Mocking framework methods: JustMock supports mocking types coming from the core framework libraries like mscorlib, System, etc.
- Mocking properties: JustMock supports mocking of property getter calls, indexers, and a particular property set operation.
- Partial mocking
- Sequential mocking: return different values on subsequent calls of the same type.
- Static mocking: mock classes that are dependent on static calls or otherwise known as static methods.
 Built for .NET 2 |
 Library |