Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead0 msPassed
nextAllowsToReadWholeList19 msPassed
nextReturnsFirstListElement6 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound5 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist7 msPassed
removeWithoutReconnectRemovesFirstElementInList5 msPassed
removeWithoutReconnectRemovesLastElementInList0 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore5 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement5 msPassed
replaceConnectsNodeToListEnd4 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved3 msPassed
replaceReplacesFirstNodeInList0 msPassed
replaceReplacesNodeInsideList8 msPassed