Package org.camunda.community.mockito.answer


package org.camunda.community.mockito.answer
  • Classes
    Class
    Description
    This is a specialized Answer that delegates to the given ExecutionListener.
    FluentAnswer<T extends org.camunda.bpm.engine.query.Query<?,R>,R>
    A fluent answer always returns the mock instance itself for all methods that have the same return type as the mock instance.
    A fluent answer always returns the mock instance itself for all methods that have the same return type as the mock instance.
    This is a specialized Answer that delegates to the given JavaDelegate.
    This is a specialized Answer that delegates to the given TaskListener.