Package org.mockito.invocation
Interface InvocationFactory.RealMethodBehavior<R>
-
- All Superinterfaces:
java.io.Serializable
- Enclosing interface:
- InvocationFactory
public static interface InvocationFactory.RealMethodBehavior<R> extends java.io.Serializable
Behavior of the real method.- Since:
- 2.14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
call()
-
-
-
Method Detail
-
call
R call() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-