9899100101102103104105
} public void testSnapshot() { SimpleBean templateBean = new SimpleBean("lior_Snapshot", 1); ExternalEntry taken = (ExternalEntry) template.snapshot(templateBean); assertNotNull("Taken object is null!", taken); }