Class DefaultAnswerValidator
- java.lang.Object
-
- org.mockito.internal.stubbing.answers.DefaultAnswerValidator
-
public abstract class DefaultAnswerValidator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultAnswerValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
validateReturnValueFor(InvocationOnMock invocation, java.lang.Object returnedValue)
-
-
-
Method Detail
-
validateReturnValueFor
public static void validateReturnValueFor(InvocationOnMock invocation, java.lang.Object returnedValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-