Skip to content

Test Result : ReferencedListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead3 msPassed
nextAllowsToReadWholeList6 msPassed
nextReturnsFirstListElement3 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues4 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent8 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound4 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist1 msPassed
removeWithoutReconnectRemovesFirstElementInList3 msPassed
removeWithoutReconnectRemovesLastElementInList4 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore4 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement5 msPassed
replaceReplacesNodeContent3 msPassed
replaceReplacesNodeContentInContext4 msPassed