Uses of Interface
com.mockobjects.dynamic.Callable
-
Packages that use Callable Package Description com.mockobjects.dynamic -
-
Uses of Callable in com.mockobjects.dynamic
Subinterfaces of Callable in com.mockobjects.dynamic Modifier and Type Interface Description interfaceCallableAddableClasses in com.mockobjects.dynamic that implement Callable Modifier and Type Class Description classCallBagclassCallOnceExpectationclassCallSequenceclassCallSignatureclassCallStubclassReturnStubclassThrowStubclassVoidStubMethods in com.mockobjects.dynamic that return Callable Modifier and Type Method Description CallableCallFactory. createCallExpectation(Callable call)CallableDefaultCallFactory. createCallExpectation(Callable call)CallableCallFactory. createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)CallableDefaultCallFactory. createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)CallableCallFactory. createReturnStub(java.lang.Object result)CallableDefaultCallFactory. createReturnStub(java.lang.Object result)CallableCallFactory. createThrowStub(java.lang.Throwable throwable)CallableDefaultCallFactory. createThrowStub(java.lang.Throwable exception)CallableCallFactory. createVoidStub()CallableDefaultCallFactory. createVoidStub()Methods in com.mockobjects.dynamic with parameters of type Callable Modifier and Type Method Description voidCallableAddable. addExpect(Callable call)voidCallBag. addExpect(Callable call)voidCallSequence. addExpect(Callable call)voidCallableAddable. addMatch(Callable call)voidCallBag. addMatch(Callable call)voidCallSequence. addMatch(Callable call)CallableCallFactory. createCallExpectation(Callable call)CallableDefaultCallFactory. createCallExpectation(Callable call)CallableCallFactory. createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)CallableDefaultCallFactory. createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)Constructors in com.mockobjects.dynamic with parameters of type Callable Constructor Description CallOnceExpectation(Callable delegate)CallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable delegate)
-