Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList9 msPassed
nextReturnsFirstListElement2 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound5 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral4 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist2 msPassed
removeWithoutReconnectRemovesFirstElementInList3 msPassed
removeWithoutReconnectRemovesLastElementInList2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement5 msPassed
replaceConnectsNodeToListEnd2 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved2 msPassed
replaceReplacesFirstNodeInList8 msPassed
replaceReplacesNodeInsideList3 msPassed