@Generated(value="org.camunda.bpm.extension.mockito.generator.processor.GenerateQueryMocksProcessor", date="Tue Nov 08 16:00:04 CET 2016") public class HistoricIncidentQueryMock extends Object
| Constructor and Description |
|---|
HistoricIncidentQueryMock() |
| Modifier and Type | Method and Description |
|---|---|
Q |
count(long result) |
M |
forService(S service) |
Q |
get() |
Q |
list(List<R> result) |
Q |
listPage(List<R> result,
int min,
int max) |
Q |
singleResult(R result) |
public Q list(List<R> result)
public Q singleResult(R result)
public Q count(long result)
public Q listPage(List<R> result, int min, int max)
public M forService(S service)
public final Q get()
get in interface java.util.function.Supplier<Q extends org.camunda.bpm.engine.query.Query<?,R>>Copyright © 2018 camunda services GmbH. All rights reserved.