Skip to content

Test Result : ReferencedListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead3 msPassed
nextAllowsToReadWholeList7 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues6 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent4 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound2 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral5 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList6 msPassed
removeWithoutReconnectRemovesLastElementInList6 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement4 msPassed
replaceReplacesNodeContent4 msPassed
replaceReplacesNodeContentInContext5 msPassed