Supports functional testing of {@code JTree}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.
91929394959697
super(JTreeFixture.class, robot, treeName, JTree.class); } @Override protected @Nonnull JTreeDriver createDriver(@Nonnull Robot robot) { return new JTreeDriver(robot); }
979899100101102103
super(robot, treeName, JTree.class); createDriver(); } private void createDriver() { driver(new JTreeDriver(robot)); }