Test Result : SimpleListIteratorTest
0 failures
(±0)
14 tests
(±0)
All Tests
Test name | Duration | Status |
---|---|---|
hasNextReturnsTrueForListHead | 4 ms | Passed |
nextAllowsToReadWholeList | 10 ms | Passed |
nextReturnsFirstListElement | 2 ms | Passed |
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound | 8 ms | Passed |
nextThrowsListProcessingExceptionWhenNodeIsLiteral | 12 ms | Passed |
nextThrowsNoSuchElementWhenNoMoreElementsExist | 4 ms | Passed |
removeWithoutReconnectRemovesFirstElementInList | 0 ms | Passed |
removeWithoutReconnectRemovesLastElementInList | 8 ms | Passed |
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore | 0 ms | Passed |
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement | 4 ms | Passed |
replaceConnectsNodeToListEnd | 0 ms | Passed |
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved | 6 ms | Passed |
replaceReplacesFirstNodeInList | 4 ms | Passed |
replaceReplacesNodeInsideList | 0 ms | Passed |