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