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