Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead0 msPassed
nextAllowsToReadWholeList13 msPassed
nextReturnsFirstListElement4 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound4 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral25 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist0 msPassed
removeWithoutReconnectRemovesFirstElementInList0 msPassed
removeWithoutReconnectRemovesLastElementInList0 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore5 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement0 msPassed
replaceConnectsNodeToListEnd2 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved8 msPassed
replaceReplacesFirstNodeInList0 msPassed
replaceReplacesNodeInsideList8 msPassed