hasNextReturnsTrueForListHead | 3 ms | Passed |
nextAllowsToReadWholeList | 2 ms | Passed |
nextReturnsFirstListElement | 3 ms | Passed |
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues | 3 ms | Passed |
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent | 4 ms | Passed |
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound | 3 ms | Passed |
nextThrowsListProcessingExceptionWhenNodeIsLiteral | 3 ms | Passed |
nextThrowsNoSuchElementWhenNoMoreElementsExist | 1 ms | Passed |
removeWithoutReconnectRemovesFirstElementInList | 2 ms | Passed |
removeWithoutReconnectRemovesLastElementInList | 3 ms | Passed |
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore | 4 ms | Passed |
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement | 3 ms | Passed |
replaceReplacesNodeContent | 2 ms | Passed |
replaceReplacesNodeContentInContext | 3 ms | Passed |