Public Member Functions | |
LogIteratorTest () throws Exception | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
void | testIterator () throws Exception |
void | testIteratorWithException () throws Exception |
void | testRemove () throws Exception |
|
Constructor |
|
|
|
|
|
Test if the next() and hasNext() methods work well together
|
|
Test if the next() method works well. In this case hasNext is not used (an Exception signals that all the logs have been read)
|
|
Test the remove method deleting all the logs in cache
|