Skip to content

Test Result : ReferencedListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead4 msPassed
nextAllowsToReadWholeList2 msPassed
nextReturnsFirstListElement6 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues3 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent3 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound2 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist6 msPassed
removeWithoutReconnectRemovesFirstElementInList2 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement13 msPassed
replaceReplacesNodeContent8 msPassed
replaceReplacesNodeContentInContext13 msPassed