Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList14 msPassed
nextReturnsFirstListElement2 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound10 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral4 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList3 msPassed
removeWithoutReconnectRemovesLastElementInList7 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement4 msPassed
replaceConnectsNodeToListEnd3 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved3 msPassed
replaceReplacesFirstNodeInList4 msPassed
replaceReplacesNodeInsideList5 msPassed