Method Summary |
|
protected void | setUp() |
protected void | tearDown() |
public void | testRemove2ElementsEnd() The remove region affects two consecutive elements:
from the middle of the first to the end of the second. |
public void | testRemove2ElementsFull() The remove region contains two elements entirely. |
public void | testRemove2ElementsStart() The remove region affects two consecutive elements:
from the start of the first to the middle of the second. |
public void | testRemove2ElementsStartEnd() The remove region affects two consecutive elements:
from the middle of the first to the middle of the second. |
public void | testRemoveElementEnd() The remove region affects an element partially:
from its middle to its end. |
public void | testRemoveElementFull() An element fully falls into the remove region. |
public void | testRemoveElementStart() The remove region affects an element partially:
from its start to its middle. |
public void | testRemoveFullElementParagraphBreak() Removes an entire element before the paragraph break as well the break
itself.
Two paragraphs merge. |
public void | testRemoveFullParagraph() Remove an entire paragraph.
Despite it is not necessary to change the document structure,
it is modified as if only part of the paragraph was removed.
I.e. |
public void | testRemoveParagraphBreak() This removes only one character from the document: the new line which
separates two paragraphs.
The paragraphs merge into one. |