package org.camunda.bpm.extension.mockito.query;
import org.camunda.bpm.engine.ManagementService;
import org.camunda.bpm.engine.management.DeploymentStatistics;
import org.camunda.bpm.engine.management.DeploymentStatisticsQuery;
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 DeploymentStatisticsQueryMock extends AbstractQueryMock<DeploymentStatisticsQueryMock, DeploymentStatisticsQuery, DeploymentStatistics, ManagementService> {
public DeploymentStatisticsQueryMock() {
super(DeploymentStatisticsQuery.class, ManagementService.class);
}
}