A B C D E F G I L M N P R S T U

S

setBehavior(Behavior) - Method in interface biz.xsoftware.mock.MockObject
This method will look at the given behavior and will automatically call MockObject.setDefaultBehavior(String, Behavior, Class[]) for all the methods that have the BehaviorMethod annotation
setCaseSensitive(boolean) - Method in interface biz.xsoftware.mock.MockObject
This is used if you want to ignore case sensitivity.
setDefaultBehavior(String, Behavior) - Method in interface biz.xsoftware.mock.MockObject
Set the DefaultBehavior for a 'method'.
setDefaultBehavior(String, Behavior, Class<?>...) - Method in interface biz.xsoftware.mock.MockObject
Deprecated. Since 2007 Aug 8. Use MockObject.setDefaultBehavior(MethodSignature, Behavior) instead
setDefaultBehavior(MethodSignature, Behavior) - Method in interface biz.xsoftware.mock.MockObject
Set the DefaultBehavior for a 'method'.
setDefaultReturnValue(String, Object) - Method in interface biz.xsoftware.mock.MockObject
Set the DefaultReturnValue for a 'method'.
setDefaultReturnValue(Method, Object) - Method in interface biz.xsoftware.mock.MockObject
Provide the return value for a specific Method.
setExpectTimeout(int) - Method in interface biz.xsoftware.mock.MockObject
Sets the timeout which is the delay that a mockobject waits for a method to be called before failing.

A B C D E F G I L M N P R S T U