public class TaskListenerVerification extends AbstractMockitoVerification<org.camunda.bpm.engine.delegate.TaskListener,org.camunda.bpm.engine.delegate.DelegateTask>
argumentCaptor, mock| Constructor and Description |
|---|
TaskListenerVerification(org.camunda.bpm.engine.delegate.TaskListener mock) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify(org.mockito.verification.VerificationMode verificationMode)
The concrete implementation must implement the method call
(verify(mock).METHOD_CALL(argumentCaptor.capture)).
|
executed, executed, executedNeverpublic TaskListenerVerification(org.camunda.bpm.engine.delegate.TaskListener mock)
protected void doVerify(org.mockito.verification.VerificationMode verificationMode)
throws Exception
AbstractMockitoVerificationdoVerify in class AbstractMockitoVerification<org.camunda.bpm.engine.delegate.TaskListener,org.camunda.bpm.engine.delegate.DelegateTask>verificationMode - defaults to times(1), but any
VerificationMode can be used.Exception - just in case the METHOD_CALL throws an exception. If caught, it
is propagated unchecked.Copyright © 2017 camunda services GmbH. All rights reserved.