Skip to content

Test Result : ReferencedListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead5 msPassed
nextAllowsToReadWholeList5 msPassed
nextReturnsFirstListElement6 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues3 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent2 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound1 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral1 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList3 msPassed
removeWithoutReconnectRemovesLastElementInList19 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore2 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement2 msPassed
replaceReplacesNodeContent15 msPassed
replaceReplacesNodeContentInContext4 msPassed