Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList6 msPassed
nextReturnsFirstListElement2 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound5 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList6 msPassed
removeWithoutReconnectRemovesLastElementInList2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore7 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceConnectsNodeToListEnd2 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved4 msPassed
replaceReplacesFirstNodeInList6 msPassed
replaceReplacesNodeInsideList2 msPassed