}
@Test(expected = NoSuchMethodException.class)
public void configurationExistShouldThrowExceptionIfMethodDoesNotExist() throws Exception {
final GoraConfiguration conf = new GoraConfiguration();
GoraUtils.configurationExist(GoraAttribute.GORA_KEY, conf);
}