Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead3 msPassed
nextAllowsToReadWholeList8 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound3 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist2 msPassed
removeWithoutReconnectRemovesFirstElementInList3 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore5 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceConnectsNodeToListEnd4 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved3 msPassed
replaceReplacesFirstNodeInList4 msPassed
replaceReplacesNodeInsideList4 msPassed