private DB database;
private EventStore eventStore;
private LevelDBPublishedNotificationTrackerStore publishedNotificationTrackerStore;
public void testTrackMostRecentPublishedNotification() throws Exception {
NotificationLogFactory factory = new NotificationLogFactory(eventStore);
NotificationLog log = factory.createCurrentNotificationLog();
this.publishedNotificationTrackerStore
.trackMostRecentPublishedNotification(
new PublishedNotificationTracker("saasOvation_test"),
log.notifications());