public class UserQueryMock extends Object
| Constructor and Description |
|---|
UserQueryMock() |
| 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 © 2020 Camunda Services GmbH. All rights reserved.