Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead3 msPassed
nextAllowsToReadWholeList13 msPassed
nextReturnsFirstListElement0 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound4 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral4 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList13 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore4 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceConnectsNodeToListEnd0 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved0 msPassed
replaceReplacesFirstNodeInList4 msPassed
replaceReplacesNodeInsideList5 msPassed