|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
java.util.Arrays.equals()
-method.
ArgumentsMatcher
to ease providing
own matchers.AbstractMatcher.matches(Object[], Object[])
.
AbstractMatcher.toString(Object[])
.
MockControl.setReturnValue(boolean)
.
MockControl.setReturnValue(long)
.
MockControl.setReturnValue(float)
.
MockControl.setReturnValue(double)
.
MockControl.setReturnValue(Object)
.
MockControl.setReturnValue(boolean, Range)
.
MockControl.setReturnValue(long, Range)
.
MockControl.setReturnValue(float, Range)
.
MockControl.setReturnValue(double, Range)
.
MockControl.setReturnValue(Object, Range)
.
MockControl.setReturnValue(boolean, int)
.
MockControl.setReturnValue(long, int)
.
MockControl.setReturnValue(float, int)
.
MockControl.setReturnValue(double, int)
.
MockControl.setReturnValue(Object, int)
.
MockControl.setReturnValue(boolean, int, int)
.
MockControl.setReturnValue(long, int, int)
.
MockControl.setReturnValue(float, int, int)
.
MockControl.setReturnValue(double, int, int)
.
MockControl.setReturnValue(Object, int, int)
.
MockControl.setThrowable(Throwable)
.
MockControl.setThrowable(Throwable)
.
MockControl.setThrowable(Throwable)
.
MockControl.setThrowable(Throwable)
.
MockControl.setThrowable(Throwable)
.
MockControl.setThrowable(Throwable, Range)
.
MockControl.setThrowable(Throwable, Range)
.
MockControl.setThrowable(Throwable, Range)
.
MockControl.setThrowable(Throwable, Range)
.
MockControl.setThrowable(Throwable, Range)
.
MockControl.setThrowable(Throwable, int)
.
MockControl.setThrowable(Throwable, int)
.
MockControl.setThrowable(Throwable, int)
.
MockControl.setThrowable(Throwable, int)
.
MockControl.setThrowable(Throwable, int)
.
MockControl.setThrowable(Throwable, int, int)
.
MockControl.setThrowable(Throwable, int, int)
.
MockControl.setThrowable(Throwable, int, int)
.
MockControl.setThrowable(Throwable, int, int)
.
MockControl.setThrowable(Throwable, int, int)
.
MockControl
object controls the behavior of its associated
mock object.protected
visibility to allow access for extensions.
protected
visibility to allow access for extensions.
protected
visibility to allow access for extensions.
minCount
and maxCount
times, and will
react by returning the provided return value.
minCount
and maxCount
times, and will
react by returning the provided return value.
minCount
and maxCount
times, and will
react by returning the provided return value.
minCount
and maxCount
times, and will
react by returning the provided return value.
minCount
and maxCount
times, and will
react by returning the provided return value.
minCount
and maxCount
times, and will
react by throwing the provided Throwable.
minCount
and maxCount
times, and will
react by returning silently.
protected
visibility to allow access for extensions.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |