Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList13 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound9 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral5 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist2 msPassed
removeWithoutReconnectRemovesFirstElementInList2 msPassed
removeWithoutReconnectRemovesLastElementInList4 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore6 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceConnectsNodeToListEnd2 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved3 msPassed
replaceReplacesFirstNodeInList6 msPassed
replaceReplacesNodeInsideList5 msPassed