Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead8 msPassed
nextAllowsToReadWholeList0 msPassed
nextReturnsFirstListElement1 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound1 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral0 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList1 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement0 msPassed
replaceConnectsNodeToListEnd0 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved45 msPassed
replaceReplacesFirstNodeInList3 msPassed
replaceReplacesNodeInsideList2 msPassed