package org.camunda.bpm.extension.mockito.query; import org.camunda.bpm.engine.ManagementService; import org.camunda.bpm.engine.batch.BatchStatistics; import org.camunda.bpm.engine.batch.BatchStatisticsQuery; import javax.annotation.Generated; @Generated(value="org.camunda.bpm.extension.mockito.generator.processor.GenerateQueryMocksProcessor", date="Tue Nov 08 16:00:04 CET 2016") public class BatchStatisticsQueryMock extends AbstractQueryMock<BatchStatisticsQueryMock, BatchStatisticsQuery, BatchStatistics, ManagementService> { public BatchStatisticsQueryMock() { super(BatchStatisticsQuery.class, ManagementService.class); } }