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