assertEquals(ME+": Wrong size", queueEntries.length, i_map.getNumOfEntries());
assertEquals(ME+": Wrong bytes", numOfBytes, i_map.getNumOfBytes());
System.out.println("***" + ME + " [SUCCESS]");
i_map.clear();
i_map.shutdown();
}
catch(XmlBlasterException e) {
log.severe("Exception thrown: " + e.getMessage());
fail(ME + ": Exception thrown: " + e.getMessage());
}