com.hammingweight.hammock.mocks.microedition.media.control
Class MockPitchControl
java.lang.Object
com.hammingweight.hammock.AMockObject
com.hammingweight.hammock.mocks.microedition.media.control.MockPitchControl
- All Implemented Interfaces:
- IHammockExceptionErrors, IMockObject, javax.microedition.media.Control, javax.microedition.media.control.PitchControl
public class MockPitchControl
- extends AMockObject
- implements javax.microedition.media.control.PitchControl
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_PITCH
public static final MockMethod MTHD_GET_MAX_PITCH
MTHD_GET_MIN_PITCH
public static final MockMethod MTHD_GET_MIN_PITCH
MTHD_GET_PITCH
public static final MockMethod MTHD_GET_PITCH
MTHD_SET_PITCH_$_INT
public static final MockMethod MTHD_SET_PITCH_$_INT
MockPitchControl
public MockPitchControl()
MockPitchControl
public MockPitchControl(IInvocationHandler handler)
getMaxPitch
public int getMaxPitch()
- Specified by:
getMaxPitch
in interface javax.microedition.media.control.PitchControl
getMinPitch
public int getMinPitch()
- Specified by:
getMinPitch
in interface javax.microedition.media.control.PitchControl
getPitch
public int getPitch()
- Specified by:
getPitch
in interface javax.microedition.media.control.PitchControl
setPitch
public int setPitch(int arg0)
- Specified by:
setPitch
in interface javax.microedition.media.control.PitchControl