Search in sources :

Example 1 with UpdateCfgCmd

use of com.cloud.api.command.admin.config.UpdateCfgCmd in project cosmic by MissionCriticalCloud.

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(com.cloud.api.ResponseGenerator) UpdateCfgCmd(com.cloud.api.command.admin.config.UpdateCfgCmd) ConfigurationService(com.cloud.configuration.ConfigurationService) Before(org.junit.Before)

Aggregations

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