Supports functional testing of {@code JToolBar}s.
Note: This class is intended for internal use only. Please use the classes in the package {@link org.fest.swing.fixture} in your tests.
76777879808182
super(JToolBarFixture.class, robot, toolbarName, JToolBar.class); } @Override protected @Nonnull JToolBarDriver createDriver(@Nonnull Robot robot) { return new JToolBarDriver(robot); }
80818283848586
super(robot, toolbarName, JToolBar.class); createDriver(); } private void createDriver() { driver(new JToolBarDriver(robot)); }