@Test
public void testRefreshConfiguration() throws Exception {
Assert.assertEquals("", recorder.matches("test", "postConstruct"));
recorder.clear();
RefreshConfigurationRequest request = new RefreshConfigurationRequest();
request.setConfigLocations(new String[] {});
RefreshConfigurationResponse response = (RefreshConfigurationResponse) dispatcher.execute(
RefreshConfigurationRequest.COMMAND, request, null, "en");
/* @todo test commented because test runner does not build a ReconfigurableApplicationContext
if (response.isError()) {
response.getErrors().get(0).printStackTrace();