Search in sources :

Example 1 with ListCfgsByCmd

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

the class ListCfgCmdTest method setUp.

@Override
@Before
public void setUp() {
    responseGenerator = Mockito.mock(ResponseGenerator.class);
    mgr = Mockito.mock(ManagementService.class);
    listCfgsByCmd = new ListCfgsByCmd();
}
Also used : ManagementService(com.cloud.server.ManagementService) ResponseGenerator(org.apache.cloudstack.api.ResponseGenerator) ListCfgsByCmd(org.apache.cloudstack.api.command.admin.config.ListCfgsByCmd) Before(org.junit.Before)

Aggregations

ManagementService (com.cloud.server.ManagementService)1 ResponseGenerator (org.apache.cloudstack.api.ResponseGenerator)1 ListCfgsByCmd (org.apache.cloudstack.api.command.admin.config.ListCfgsByCmd)1 Before (org.junit.Before)1