Example #1
0
 @Test
 public void canExtractSnapshotFromEntityManager()
     throws SQLException, DatabaseUnitException, IOException {
   createEntityManager();
   populateDataBase("backup.dbunit.xml");
   Snapshot snapshot = Snapshot.create();
   assertNotNull(snapshot.getCaptureDate());
   System.out.println(snapshot);
 }