Package org.mockito.internal.invocation
Class RealMethod.FromBehavior
java.lang.Object
org.mockito.internal.invocation.RealMethod.FromBehavior
- All Implemented Interfaces:
Serializable
,RealMethod
- Direct Known Subclasses:
RealMethod.FromCallable
- Enclosing interface:
RealMethod
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mockito.internal.invocation.RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
behavior
-
-
Constructor Details
-
FromBehavior
FromBehavior(InvocationFactory.RealMethodBehavior<?> behavior)
-
-
Method Details
-
isInvokable
public boolean isInvokable()- Specified by:
isInvokable
in interfaceRealMethod
-
invoke
- Specified by:
invoke
in interfaceRealMethod
- Throws:
Throwable
-