Class CaseExecutionQueryMock

java.lang.Object
org.camunda.community.mockito.query.CaseExecutionQueryMock
All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.runtime.CaseExecutionQuery>

public class CaseExecutionQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.engine.runtime.CaseExecutionQuery
    count(long result)
     
    forService(org.camunda.bpm.engine.CaseService service)
     
    final org.camunda.bpm.engine.runtime.CaseExecutionQuery
    get()
     
    org.camunda.bpm.engine.runtime.CaseExecutionQuery
    list(List<org.camunda.bpm.engine.runtime.CaseExecution> result)
     
    org.camunda.bpm.engine.runtime.CaseExecutionQuery
    listPage(List<org.camunda.bpm.engine.runtime.CaseExecution> result, int min, int max)
     
    org.camunda.bpm.engine.runtime.CaseExecutionQuery
    singleResult(org.camunda.bpm.engine.runtime.CaseExecution result)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CaseExecutionQueryMock

      public CaseExecutionQueryMock()
  • Method Details

    • list

      public org.camunda.bpm.engine.runtime.CaseExecutionQuery list(List<org.camunda.bpm.engine.runtime.CaseExecution> result)
    • singleResult

      public org.camunda.bpm.engine.runtime.CaseExecutionQuery singleResult(org.camunda.bpm.engine.runtime.CaseExecution result)
    • count

      public org.camunda.bpm.engine.runtime.CaseExecutionQuery count(long result)
    • listPage

      public org.camunda.bpm.engine.runtime.CaseExecutionQuery listPage(List<org.camunda.bpm.engine.runtime.CaseExecution> result, int min, int max)
    • forService

      public CaseExecutionQueryMock forService(org.camunda.bpm.engine.CaseService service)
    • get

      public final org.camunda.bpm.engine.runtime.CaseExecutionQuery get()
      Specified by:
      get in interface Supplier<M extends org.camunda.community.mockito.query.AbstractQueryMock<M,Q,R,S>>