Uses of Class
org.camunda.bpm.extension.mockito.answer.FluentAnswer
-
Packages that use FluentAnswer Package Description org.camunda.bpm.extension.mockito.answer -
-
Uses of FluentAnswer in org.camunda.bpm.extension.mockito.answer
Methods in org.camunda.bpm.extension.mockito.answer that return FluentAnswer Modifier and Type Method Description static <T extends org.camunda.bpm.engine.query.Query<?,R>,R>
FluentAnswer<T,R>FluentAnswer. createAnswer(Class<T> type)Creates a new instance for the given type.
-