Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList7 msPassed
nextReturnsFirstListElement6 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound2 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral4 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList3 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement2 msPassed
replaceConnectsNodeToListEnd7 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved4 msPassed
replaceReplacesFirstNodeInList9 msPassed
replaceReplacesNodeInsideList3 msPassed