Skip to content

Test Result : SimpleListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead0 msPassed
nextAllowsToReadWholeList1 msPassed
nextReturnsFirstListElement0 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound1 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral1 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist0 msPassed
removeWithoutReconnectRemovesFirstElementInList1 msPassed
removeWithoutReconnectRemovesLastElementInList1 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore1 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement1 msPassed
replaceConnectsNodeToListEnd0 msPassed
replaceDoesNotConnectNextNodeToItselfWhenListItemIsBeingRemoved0 msPassed
replaceReplacesFirstNodeInList1 msPassed
replaceReplacesNodeInsideList2 msPassed