public class JCheckBoxFixture extends AbstractTwoStateButtonFixture<JCheckBoxFixture,JCheckBox>
JCheckBoxes.BACKGROUND_PROPERTY, FONT_PROPERTY, FOREGROUND_PROPERTY| Constructor and Description |
|---|
JCheckBoxFixture(Robot robot,
JCheckBox target)
Creates a new
JCheckBoxFixture. |
JCheckBoxFixture(Robot robot,
String checkBoxName)
Creates a new
JCheckBoxFixture. |
check, requireNotSelected, requireSelected, uncheckcreateDriver, requireText, requireText, textshowPopupMenu, showPopupMenuAtclientProperty, requireToolTip, requireToolTipbackground, click, click, click, doubleClick, driver, focus, font, foreground, isEnabled, myself, pressAndReleaseKey, pressAndReleaseKeys, pressKey, releaseKey, replaceDriverWith, requireDisabled, requireEnabled, requireEnabled, requireFocused, requireNotVisible, requireShowing, requireVisible, rightClick, robot, target, targetCastedTopublic JCheckBoxFixture(@Nonnull Robot robot, @Nonnull JCheckBox target)
JCheckBoxFixture.robot - performs simulation of user events on the given JCheckBox.target - the JCheckBox to be managed by this fixture.NullPointerException - if robot is null.NullPointerException - if target is null.public JCheckBoxFixture(@Nonnull Robot robot, @Nonnull String checkBoxName)
JCheckBoxFixture.robot - performs simulation of user events on a JCheckBox.checkBoxName - the name of the JCheckBox to find using the given Robot.NullPointerException - if robot is null.ComponentLookupException - if a matching JCheckBox could not be found.ComponentLookupException - if more than one matching JCheckBox is found.Copyright © 2014 AssertJ. All rights reserved.