Class RunRunnableAnswer
java.lang.Object
com.atlassian.confluence.util.test.RunRunnableAnswer
- All Implemented Interfaces:
org.mockito.stubbing.Answer<Object>
Answer for simplified mocking of methods accepting
Runnable
. It will execute the given closure.
Example: doAnswer(runRunnable()).when(permissionManager).withExemption(any(Runnable.class));
- Since:
- 5.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanswer
(org.mockito.invocation.InvocationOnMock invocation) static RunRunnableAnswer