| javax.swing.BasicSwingTestCase javax.swing.text.BoxViewRTest
Method Summary | |
protected void | setUp() | public void | testBaselineLayout() | public void | testGetResizeWeight() Test getResizeWeight where minor axis requirements state
they are not resizeble. | public void | testLayout() Tests that layout will succeed even if a child changes its preferences
while layout is being performed.
There's no limit to layout tries in our implementation. | public void | testLayoutChildren() Checks that children have their sizes set after layout. | public void | testSetAxisLayout() Tests that layout is invalidated upon change of axis. | public void | testSetSizeChildren() Checks that children have their sizes set after setSize. |
testGetResizeWeight | public void testGetResizeWeight()(Code) | | Test getResizeWeight where minor axis requirements state
they are not resizeble.
|
testLayout | public void testLayout() throws Exception(Code) | | Tests that layout will succeed even if a child changes its preferences
while layout is being performed.
There's no limit to layout tries in our implementation. Hence layout may
cause stack overflow if a child always changes its preferences.
|
testLayoutChildren | public void testLayoutChildren() throws Exception(Code) | | Checks that children have their sizes set after layout.
|
testSetAxisLayout | public void testSetAxisLayout()(Code) | | Tests that layout is invalidated upon change of axis.
|
testSetSizeChildren | public void testSetSizeChildren() throws Exception(Code) | | Checks that children have their sizes set after setSize.
|
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)
|
|
|