| |
|
| javax.swing.BasicSwingTestCase javax.swing.text.DefaultStyledDocumentRTest
testComponentElement | public void testComponentElement() throws Exception(Code) | | Insert not spaces with attributes containing element name
"component" .
|
testDeepTreeInsert01 | public void testDeepTreeInsert01() throws Exception(Code) | | |
testDeepTreeInsert02 | public void testDeepTreeInsert02() throws Exception(Code) | | |
testDeepTreeInsertSpecs | public void testDeepTreeInsertSpecs() throws Exception(Code) | | |
testDeepTreeInsertString01 | public void testDeepTreeInsertString01() throws Exception(Code) | | |
testDeepTreeInsertString02 | public void testDeepTreeInsertString02() throws Exception(Code) | | |
testIconElement | public void testIconElement() throws Exception(Code) | | Insert one space with attributes containing element name
"icon" .
|
testIconElementNotSpaces | public void testIconElementNotSpaces() throws Exception(Code) | | Insert not spaces with attributes containing element name
"icon" .
|
testIconElementTwoSpaces | public void testIconElementTwoSpaces() throws Exception(Code) | | Insert two spaces with attributes containing element name
"icon" .
|
testInsertString01 | public void testInsertString01() throws BadLocationException(Code) | | Tests insertion of a character at the start of a paragraph where
the previous paragraph and the character inserted have equal attribute
sets whereas the next paragraph to which the character inserted should
belong has other attribute set.
throws: BadLocationException - |
testInsertString02 | public void testInsertString02() throws BadLocationException(Code) | | Tests insertion of a character at the start of a styled run where
the previous run and the character inserted have equal attribute
sets whereas the next run has other attribute set.
throws: BadLocationException - |
Methods inherited from javax.swing.BasicSwingTestCase | public static void assertEquals(Object[] expected, Object[] actual)(Code)(Java Doc) protected Graphics createTestGraphics()(Code)(Java Doc) protected Component findComponent(Container root, Class> findClass, boolean exactClassMatch)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt, int charWidth)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt, int charWidth, int charHeight)(Code)(Java Doc) protected EventListener getListener(EventListener[] listeners, Class> listenerClass)(Code)(Java Doc) protected boolean hasListener(EventListener[] listeners, Class> listenerClass)(Code)(Java Doc) public static boolean isHarmony()(Code)(Java Doc) protected boolean isSystemWindow(Frame f)(Code)(Java Doc) protected void rethrow(Throwable exception) throws Throwable(Code)(Java Doc) public void runBare() throws Throwable(Code)(Java Doc) protected Throwable runBareImpl() throws Throwable(Code)(Java Doc) protected void runBareSuper() throws Throwable(Code)(Java Doc) public static Object serializeObject(Object objectToWrite) throws IOException, ClassNotFoundException(Code)(Java Doc) public void setIgnoreNotImplemented(boolean b)(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc) protected void testExceptionalCase(ExceptionalCase ec)(Code)(Java Doc) protected void traverseComponentTree(Component root, TraverseAction action)(Code)(Java Doc) protected boolean waitForFocus(Component c) throws Exception(Code)(Java Doc) protected void waitForIdle() throws Exception(Code)(Java Doc)
|
|
|
|