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