Skip to content

Test Result : SimpleListIteratorTest

0 failures (±0)
14 tests (±0)
Took 0.18 sec.

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead13 msPassed
nextAllowsToReadWholeList4 msPassed
nextReturnsFirstListElement4 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound53 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral12 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist2 msPassed
removeWithoutReconnectRemovesFirstElementInList4 msPassed
removeWithoutReconnectRemovesLastElementInList20 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore5 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement4 msPassed
replaceConnectsNodeToListEnd46 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved9 msPassed
replaceReplacesFirstNodeInList5 msPassed
replaceReplacesNodeInsideList5 msPassed