Method Summary |
|
public void | testBackground() Test background property. |
public void | testEnabled() Test enabled property. |
public void | testFocusTraversalIndex() Test focusTraversalIndex property. |
public void | testFont() Test font property. |
public void | testForeground() Test foreground property. |
public void | testGetComponent() Test adding multiple child components and retrieving one at a specific
index via getComponent() . |
public void | testGetComponentById() Tests getComponent(String) ,
and getId() /setId() methods. |
public void | testGetComponentCount() Test getComponentCount() . |
public void | testGetComponents() Test getComponents() . |
public void | testGetVisibleComponent() Test getVisibleComponent() . |
public void | testGetVisibleComponent2() Test getVisibleComponent() . |
public void | testGetVisibleComponentCount() Test getVisibleComponentCount() . |
public void | testGetVisibleComponents() Test getVisibleComponents() . |
public void | testIndexOf() Test indexOf() method. |
public void | testLayoutData() Test layoutData property. |
public void | testLifecycleAddDuringDispose() Ensure IllegalStateException is thrown if an attempt is
made to add a Component back to a hierarchy during the
execution of the Component.dispose() method. |
public void | testLifecycleComponentHierarchy() Tests invocation of the init() /dispose
life-cycle methods with a Component hierarchy. |
public void | testLifecycleRemoveDuringInit() Ensure IllegalStateException is thrown if an attempt is
made to remove a Component from its hierarchy during the
execution of the Component.init() method. |
public void | testLifecycleSingleComponent() Tests invocation of the init() /dispose
life-cycle methods with a single Component . |
public void | testPropertyChangeListeners() Test basic PropertyChangeListener functionality. |
public void | testRemoveAll() Test removeAll() method. |
public void | testRemoveByIndex() Test remove(index) method. |
public void | testRenderEnabled() Test render-enabled state. |
public void | testRenderId() Tests assignment/reassignment of render ids. |
public void | testRenderLocaleWithoutApplication() Test querying rendered locale property when no application
is active. |
public void | testRenderVisible() Test render-visible state. |
public void | testVisible() Test visible property. |
public void | testVisibleIndexOf() Test visibleIndexOf() method. |