com.hammingweight.hammock.mocks.microedition.media.control
Class MockRateControl
java.lang.Object
com.hammingweight.hammock.AMockObject
com.hammingweight.hammock.mocks.microedition.media.control.MockRateControl
- All Implemented Interfaces:
- IHammockExceptionErrors, IMockObject, javax.microedition.media.Control, javax.microedition.media.control.RateControl
public class MockRateControl
- extends AMockObject
- implements javax.microedition.media.control.RateControl
Fields inherited from interface com.hammingweight.hammock.IHammockExceptionErrors |
ARGUMENT_MATCHER_ALREADY_SET, CANT_SET_VOID_RETURN_VALUE, CLASS_IS_NOT_THROWABLE, DOES_NOT_SUBCLASS_MOCK_OBJECT, HANDLER_NOT_SET, INCORRECT_MOCK_OBJECT, INCORRECT_RETURN_CLASS, INCORRECT_THROWABLE_CLASS, METHOD_CANNOT_BE_EVALUATED, METHOD_INVOKED_OUT_OF_SEQUENCE, METHOD_INVOKED_TOO_MANY_TIMES, METHOD_INVOKED_UNEXPECTED_NUMBER_OF_TIMES, NO_RETURN_VALUE, NO_RETURN_VALUE_SET, NUM_INVOCATIONS_ALREADY_SET, RETURN_VALUE_ALREADY_SET, WRONG_ARGUMENT_CLASS, WRONG_NUMBER_OF_ARGS |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTHD_GET_MAX_RATE
public static final MockMethod MTHD_GET_MAX_RATE
MTHD_GET_MIN_RATE
public static final MockMethod MTHD_GET_MIN_RATE
MTHD_GET_RATE
public static final MockMethod MTHD_GET_RATE
MTHD_SET_RATE_$_INT
public static final MockMethod MTHD_SET_RATE_$_INT
MockRateControl
public MockRateControl()
MockRateControl
public MockRateControl(IInvocationHandler handler)
getMaxRate
public int getMaxRate()
- Specified by:
getMaxRate
in interface javax.microedition.media.control.RateControl
getMinRate
public int getMinRate()
- Specified by:
getMinRate
in interface javax.microedition.media.control.RateControl
getRate
public int getRate()
- Specified by:
getRate
in interface javax.microedition.media.control.RateControl
setRate
public int setRate(int arg0)
- Specified by:
setRate
in interface javax.microedition.media.control.RateControl