DataStoreFactory dataStoreFactory = IoCs.findOrCreateInstance( DataStoreFactory.class );
ExtendedInMemoryPathTrackingDataStore ptds =
ExtendedInMemoryPathTrackingDataStore.class.cast( dataStoreFactory.getPathTrackingDataStore() );
Map<String, Set<PathTrackingEntry>> all = ptds.retrieveAll();
Assert.assertTrue( !all.isEmpty() );
// test only one Thread so only one trackingId
Assert.assertEquals( 1, all.size() );