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();
}
Aggregations