@Beta public final class ThrowsMethodExceptionAnswer extends Object implements org.mockito.stubbing.Answer<Object>, Serializable
Usage:
import static ...testutils.mockito.MoreAnswers.exception; Mockito.mock(YourInterface.class, exception())
Mockito.mock(Class, Answer)
,
ThrowsException
,
Serialized FormModifier and Type | Method and Description |
---|---|
Void |
answer(org.mockito.invocation.InvocationOnMock invocation) |
Copyright © 2019 OpenDaylight. All rights reserved.