Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList6 msPassed
nextReturnsFirstListElement2 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound3 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist2 msPassed
removeWithoutReconnectRemovesFirstElementInList2 msPassed
removeWithoutReconnectRemovesLastElementInList2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement2 msPassed
replaceConnectsNodeToListEnd2 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved2 msPassed
replaceReplacesFirstNodeInList3 msPassed
replaceReplacesNodeInsideList2 msPassed