Skip to content

Test Result : ReferencedListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead1 msPassed
nextAllowsToReadWholeList2 msPassed
nextReturnsFirstListElement4 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues5 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent4 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound2 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral5 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList5 msPassed
removeWithoutReconnectRemovesLastElementInList6 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement3 msPassed
replaceReplacesNodeContent4 msPassed
replaceReplacesNodeContentInContext2 msPassed