
mocku
MockU is a small mocking framework designed to be easy and unintrusive. It's AOP-like approach by using JVM instrumentation agent for method interception allows you to fake behavior in your business classes that might be giving you trouble for correctly executing unit-tests. For example:
- Remote calls (web-services, rmi, jax-rpc, others)
- Network operations
- Other 3rd party systems dependencies
MockU features:
- Extremely easy configuration through just a properties file!
- Unintrusive programming: your mocks are just POJOS!
- Natural JVM instrumentation, no rt libraries replacement or so!
Discover a new world of simplicity for your tests!
Try MockU NOW! :)
Project Information
- License: GNU Lesser GPL
- 1 stars
- svn-based source control