Method Summary |
|
public static String | filterNewLines(String str) |
protected void | setUp() Initializes fixture for tests. |
public void | testAbstractDocumentContent() |
public void | testAbstractDocumentContentAttributeContext() |
public void | testBAD_LOCATION() |
public void | testCreateBranchElement() |
public void | testCreateLeafElement() |
public void | testCreatePosition() Tests createPosition method. |
public void | testDump() |
public void | testGetAttributeContext() |
public void | testGetBidiRootElement() |
public void | testGetContent() |
public void | testGetLength() |
public void | testGetRootElements() |
public void | testGetStartEndPosition() |
public void | testGetTextintint() Tests method String getText(int, int). |
public void | testGetTextintintSegment() Tests method void getText(int, int, Segment). |
public void | testInsertString01() Tests method insertString. |
public void | testInsertString02() Tests method insertString when passing null as text. |
public void | testPutGetProperty() Tests methods putProperty and getProperty. |
public void | testRemove() |
public void | testReplace01() General functionality tests for replace. |
public void | testReplace02() Tests that insert listener is not called when calling replace with
null or empty text to insert. |
public void | testSetGetAsynchronousLoadPriority() Tests setAsynchronousLoadPriority and getAsynchronousLoadPriority
methods. |
public void | testSetGetAsynchronousLoadPriority02() Tests setAsynchronousLoadPriority and getAsynchronousLoadPriority
methods: it asserts they use document property. |
public void | testSetGetDocumentFilter() Tests setDocumentFilter and getDocumentFilter methods. |
public void | testSetGetDocumentProperties() |