Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead3 msPassed
nextAllowsToReadWholeList12 msPassed
nextReturnsFirstListElement4 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound13 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral4 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist2 msPassed
removeWithoutReconnectRemovesFirstElementInList7 msPassed
removeWithoutReconnectRemovesLastElementInList5 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceConnectsNodeToListEnd3 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved4 msPassed
replaceReplacesFirstNodeInList11 msPassed
replaceReplacesNodeInsideList6 msPassed