Package org.mockito.configuration
Class ThrowsUnstubbedMethodException
- java.lang.Object
-
- org.mockito.configuration.ThrowsUnstubbedMethodException
-
- All Implemented Interfaces:
Serializable,org.mockito.stubbing.Answer<Object>
public class ThrowsUnstubbedMethodException extends Object implements org.mockito.stubbing.Answer<Object>, Serializable
Answer that throwsUnstubbedMethodException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowsUnstubbedMethodException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectanswer(org.mockito.invocation.InvocationOnMock invocation)
-