| test.helper.ComponentTestCase
All known Subclasses: test.wizard.ui.WizardTest,
ComponentTestCase | public class ComponentTestCase extends JFCTestCase (Code) | | |
Inner Class :protected static class ClassFinder extends Finder | |
Method Summary | |
protected JButton | assertButton(String text, Class actionClass, boolean isEnabled, int index) | protected void | assertButtonState(boolean isEnabled, int buttonIndex) | protected JCheckBox | assertCheckBox(String text, boolean isSelected, boolean isEnabled, int index) | protected JCheckBox | assertCheckBoxState(boolean isSelected, boolean isEnabled, int index) | protected Component | assertComponent(Class componentClass, int index) | protected void | assertConfirmationDialog(String message) | protected void | assertEscapeKeyOnDialog() | protected JLabel | assertLabel(String labelText, int index) | protected JTextField | assertTextField(String value, boolean isEditable, int index) | protected void | click(Class className, int count, int index) | protected void | clickButton(int index) | protected void | clickCheckBox(int index) | protected JDialog | createDialog() | protected static Component | findComponent(Container container, Class componentClass, int index) | public List | getDialogList() | protected void | setUp() | protected void | tearDown() |
ComponentTestCase | public ComponentTestCase()(Code) | | |
assertButtonState | protected void assertButtonState(boolean isEnabled, int buttonIndex)(Code) | | |
assertCheckBox | protected JCheckBox assertCheckBox(String text, boolean isSelected, boolean isEnabled, int index)(Code) | | |
assertCheckBoxState | protected JCheckBox assertCheckBoxState(boolean isSelected, boolean isEnabled, int index)(Code) | | |
clickCheckBox | protected void clickCheckBox(int index) throws Exception(Code) | | |
tearDown | protected void tearDown()(Code) | | |
|
|