Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead4 msPassed
nextAllowsToReadWholeList10 msPassed
nextReturnsFirstListElement2 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound8 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral12 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist4 msPassed
removeWithoutReconnectRemovesFirstElementInList0 msPassed
removeWithoutReconnectRemovesLastElementInList8 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore0 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement4 msPassed
replaceConnectsNodeToListEnd0 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved6 msPassed
replaceReplacesFirstNodeInList4 msPassed
replaceReplacesNodeInsideList0 msPassed