Skip to content

Test Result : SimpleListIteratorTest

0 failures (±0)
14 tests (±0)
Took 65 ms.

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList12 msPassed
nextReturnsFirstListElement2 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound7 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList4 msPassed
removeWithoutReconnectRemovesLastElementInList4 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement6 msPassed
replaceConnectsNodeToListEnd3 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved4 msPassed
replaceReplacesFirstNodeInList6 msPassed
replaceReplacesNodeInsideList9 msPassed