Class ExecutionListenerVerification
java.lang.Object
org.camunda.community.mockito.verify.AbstractMockitoVerification<org.camunda.bpm.engine.delegate.ExecutionListener,org.camunda.bpm.engine.delegate.DelegateExecution>
org.camunda.community.mockito.verify.ExecutionListenerVerification
- All Implemented Interfaces:
MockitoVerification<org.camunda.bpm.engine.delegate.DelegateExecution>
public class ExecutionListenerVerification
extends AbstractMockitoVerification<org.camunda.bpm.engine.delegate.ExecutionListener,org.camunda.bpm.engine.delegate.DelegateExecution>
-
Field Summary
Fields inherited from class org.camunda.community.mockito.verify.AbstractMockitoVerification
argumentCaptor, mock -
Constructor Summary
ConstructorsConstructorDescriptionExecutionListenerVerification(org.camunda.bpm.engine.delegate.ExecutionListener mock) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoVerify(org.mockito.verification.VerificationMode verificationMode) The concrete implementation must implement the method call (verify(mock).METHOD_CALL(argumentCaptor.capture)).Methods inherited from class org.camunda.community.mockito.verify.AbstractMockitoVerification
executed, executed, executedNever
-
Constructor Details
-
ExecutionListenerVerification
public ExecutionListenerVerification(org.camunda.bpm.engine.delegate.ExecutionListener mock)
-
-
Method Details
-
doVerify
protected void doVerify(org.mockito.verification.VerificationMode verificationMode) throws Exception Description copied from class:AbstractMockitoVerificationThe concrete implementation must implement the method call (verify(mock).METHOD_CALL(argumentCaptor.capture)).- Specified by:
doVerifyin classAbstractMockitoVerification<org.camunda.bpm.engine.delegate.ExecutionListener,org.camunda.bpm.engine.delegate.DelegateExecution> - Parameters:
verificationMode- defaults to times(1), but anyVerificationModecan be used.- Throws:
Exception- just in case the METHOD_CALL throws an exception. If caught, it is propagated unchecked.
-