public void testCreateResources() throws Exception {
AmbariManagementController managementController = createMock(AmbariManagementController.class);
RequestStatusResponse response = createNiceMock(RequestStatusResponse.class);
managementController.createConfiguration(AbstractResourceProviderTest.Matcher.getConfigurationRequest(
"Cluster100", "type", "tag", new HashMap<String, String>()));
// replay
replay(managementController, response);