Ejemplo n.º 1
0
 @Test
 public void testReset() throws InterruptedException {
   saveData(10, "name", "description");
   store.reset();
   Data readData = store.read(10);
   Assert.assertNull(readData);
 }