Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList4 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound4 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist2 msPassed
removeWithoutReconnectRemovesFirstElementInList2 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceConnectsNodeToListEnd2 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved3 msPassed
replaceReplacesFirstNodeInList3 msPassed
replaceReplacesNodeInsideList4 msPassed