Package org.mockito.internal.invocation
Class RealMethod.FromCallable
- java.lang.Object
-
- org.mockito.internal.invocation.RealMethod.FromBehavior
-
- org.mockito.internal.invocation.RealMethod.FromCallable
-
- All Implemented Interfaces:
java.io.Serializable
,RealMethod
- Enclosing interface:
- RealMethod
public static class RealMethod.FromCallable extends RealMethod.FromBehavior implements RealMethod
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.mockito.internal.invocation.RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal
-
-
Constructor Summary
Constructors Constructor Description FromCallable(java.util.concurrent.Callable<?> callable)
-
Method Summary
-
Methods inherited from class org.mockito.internal.invocation.RealMethod.FromBehavior
invoke, isInvokable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mockito.internal.invocation.RealMethod
invoke, isInvokable
-
-