hasNextReturnsTrueForListHead | 7 ms | Passed |
nextAllowsToReadWholeList | 4 ms | Passed |
nextReturnsFirstListElement | 9 ms | Passed |
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasMultipleContentValues | 10 ms | Passed |
nextThrowsIntegrityConstraintViolationExceptionWhenNodeHasNoContent | 3 ms | Passed |
nextThrowsIntegrityConstraintViolationWhenMultipleNextNodesAreFound | 8 ms | Passed |
nextThrowsListProcessingExceptionWhenNodeIsLiteral | 3 ms | Passed |
nextThrowsNoSuchElementWhenNoMoreElementsExist | 0 ms | Passed |
removeWithoutReconnectRemovesFirstElementInList | 8 ms | Passed |
removeWithoutReconnectRemovesLastElementInList | 3 ms | Passed |
removeWithoutReconnectThrowsIllegalStateExceptionWhenNextWasNotCalledBefore | 3 ms | Passed |
removeWithoutReconnectThrowsIllegalStateExceptionWhenRemoveIsCalledTwiceOnElement | 6 ms | Passed |
replaceReplacesNodeContent | 9 ms | Passed |
replaceReplacesNodeContentInContext | 3 ms | Passed |