Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead4 msPassed
nextAllowsToReadWholeList11 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound6 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral5 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist3 msPassed
removeWithoutReconnectRemovesFirstElementInList4 msPassed
removeWithoutReconnectRemovesLastElementInList5 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore4 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement5 msPassed
replaceConnectsNodeToListEnd4 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved4 msPassed
replaceReplacesFirstNodeInList5 msPassed
replaceReplacesNodeInsideList5 msPassed