}
@Test
public void testThatOptionsCanBeSetAndRetrievedUsingOptionConfiguratorInstance() throws Exception {
OgmConfiguration configuration = getConfiguration();
configuration.getProperties().put( OgmProperties.OPTION_CONFIGURATOR, new SampleOptionConfigurator() );
setupSessionFactory( configuration );
assertOptionsSetViaConfigurator();
}