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 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:
isInvokablein interfaceRealMethod
-
invoke
- Specified by:
invokein interfaceRealMethod- Throws:
Throwable
-