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