Supports functional testing of {@code JTableHeader}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.
49505152535455
super(JTableHeaderFixture.class, robot, target); } @Override protected @Nonnull JTableHeaderDriver createDriver(@Nonnull Robot robot) { return new JTableHeaderDriver(robot); }
48495051525354
* @throws NullPointerException if <code>robot</code> is <code>null</code>. * @throws NullPointerException if <code>target</code> is <code>null</code>. */ public JTableHeaderFixture(Robot robot, JTableHeader target) { super(robot, target); driver(new JTableHeaderDriver(robot)); }