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