Class GloballyConfiguredAnswer
- java.lang.Object
-
- org.mockito.internal.stubbing.defaultanswers.GloballyConfiguredAnswer
-
- All Implemented Interfaces:
java.io.Serializable
,Answer<java.lang.Object>
public class GloballyConfiguredAnswer extends java.lang.Object implements Answer<java.lang.Object>, java.io.Serializable
Globally configured Answer.See javadoc for
IMockitoConfiguration
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description GloballyConfiguredAnswer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
answer(InvocationOnMock invocation)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
answer
public java.lang.Object answer(InvocationOnMock invocation) throws java.lang.Throwable
-
-