Skip to content

Test Result : ReferencedListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead4 msPassed
nextAllowsToReadWholeList1 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues4 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent4 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound5 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral5 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList5 msPassed
removeWithoutReconnectRemovesLastElementInList4 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement5 msPassed
replaceReplacesNodeContent3 msPassed
replaceReplacesNodeContentInContext3 msPassed