Package org.dmfs.jems2.mockito.answers
Class FailAnswer
java.lang.Object
org.dmfs.jems2.mockito.answers.FailAnswer
- All Implemented Interfaces:
org.mockito.stubbing.Answer<Object>
An
Answer which always throws an AssertionError. For some reason this doesn't seem to exist yet in Mockito.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
FailAnswer
public FailAnswer()
-
-
Method Details
-
answer
public Object answer(org.mockito.invocation.InvocationOnMock invocation) throws NoSuchMethodException - Specified by:
answerin interfaceorg.mockito.stubbing.Answer<Object>- Throws:
NoSuchMethodException
-