Supports functional testing of {@code JScrollBar}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.
54555657585960
super(JScrollBarFixture.class, robot, scrollBarName, JScrollBar.class); } @Override protected @Nonnull JScrollBarDriver createDriver(@Nonnull Robot robot) { return new JScrollBarDriver(robot); }
65666768697071
super(robot, scrollBarName, JScrollBar.class); createDriver(); } private void createDriver() { driver(new JScrollBarDriver(robot)); }