Method Summary |
|
protected void | setUp() |
protected void | tearDown() |
public void | testChange2ElementsEnd() The change is applied from the middle of an element to the end of
the next element. |
public void | testChange2ElementsStart() The change is applied from the start of an element to the middle of
the next element. |
public void | testChange2Paragraphs() The changes makes elements in two different paragraphs be split. |
public void | testChange3ElementsStartEnd() The change is applied so that it affects three elements:
from the middle of the first element to the middle of the third one.
It is expected that the first and third element will be split.
Although the second element is left unchanged, it is added to the
removed and added lists simultaneously. |
public void | testChangeElementEnd() The change is applied from the middle of an element to its end. |
public void | testChangeElementStart() The change is applied from the start of an element to its middle. |
public void | testChangeFull2Elements() The change is applied to two entire elements. |
public void | testChangeFullElement() The change is applied to the whole element. |