Package org.jete.model

Interface Summary
MethodResultAction Use this interface when creating an action that will return a result.
 

Class Summary
MethodInvocationAction Provide an interface for an action in the test system to arbitrarily call a particular object method.
MethodResultValidator Use this validator to validate actions that have result objects.
ResultWrapper Wrap object information in this wrapper, allowing for primitives, lists, etc.
ResultWrapperUtils Simplify and concentrate the wrapper interface for use by result validators and actions.