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