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