Search in sources :

Example 1 with UpdateCfgCmd

use of org.apache.cloudstack.api.command.admin.config.UpdateCfgCmd in project cloudstack by apache.

the class UpdateCfgCmdTest method setUp.

@Override
@Before
public void setUp() {
    responseGenerator = Mockito.mock(ResponseGenerator.class);
    configService = Mockito.mock(ConfigurationService.class);
    updateCfgCmd = new UpdateCfgCmd();
}
Also used : ResponseGenerator(org.apache.cloudstack.api.ResponseGenerator) UpdateCfgCmd(org.apache.cloudstack.api.command.admin.config.UpdateCfgCmd) ConfigurationService(com.cloud.configuration.ConfigurationService) Before(org.junit.Before)

Aggregations

ConfigurationService (com.cloud.configuration.ConfigurationService)1 ResponseGenerator (org.apache.cloudstack.api.ResponseGenerator)1 UpdateCfgCmd (org.apache.cloudstack.api.command.admin.config.UpdateCfgCmd)1 Before (org.junit.Before)1