assertNotNull("maxSnapshotsArchived is defined", maxSnapshotsArchived);
assertEquals("maxSnapshotsArchived value", "2", maxSnapshotsArchived.getValue());
PropertyValue batchSize = definition.getPropertyValues().getPropertyValue("batchSize");
assertEquals("maxSnapshotsArchived value", "1000", batchSize.getValue());
JpaEventStore jpaEventStore = beanFactory.getBean("eventStore", JpaEventStore.class);
assertNotNull(jpaEventStore);
}