Skip to content

Test Result : ReferencedListIteratorTest

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

All Tests

Test nameDurationStatus
hasNextReturnsTrueForListHead7 msPassed
nextAllowsToReadWholeList4 msPassed
nextReturnsFirstListElement9 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues10 msPassed
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent3 msPassed
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound8 msPassed
nextThrowsListProcessingExceptionWhenNodeIsLiteral3 msPassed
nextThrowsNoSuchElementWhenNoMoreElementsExist0 msPassed
removeWithoutReconnectRemovesFirstElementInList8 msPassed
removeWithoutReconnectRemovesLastElementInList3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore3 msPassed
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement6 msPassed
replaceReplacesNodeContent9 msPassed
replaceReplacesNodeContentInContext3 msPassed