My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
FAQ  
Frequently Asked Question.
Featured
Updated Aug 18, 2010 by panwei...@gmail.com

Frequently Asked Questions

Question: Do I need to create exact values to describe the scenarios for testing?

Answer: jSupervisor allows you to specify at different levels of detail. The scenario specification function just needs to have the parameter types and return types. For example, instead of using a func("ABC"), you can use func(new String()). jSupervisor only need to have the correct parameter type for its internal dynamic proxy to find intercept the decorated method. You can then use the Specifier.expecting() to relax the matching criteria.

Powered by Google Project Hosting