Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead2 msPassed
nextAllowsToReadWholeList10 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound4 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList3 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceConnectsNodeToListEnd3 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved3 msPassed
replaceReplacesFirstNodeInList4 msPassed
replaceReplacesNodeInsideList10 msPassed