Class JLabelDriver

All Implemented Interfaces:
TextDisplayDriver<JLabel>

public class JLabelDriver extends JComponentDriver implements TextDisplayDriver<JLabel>
Understands functional testing of JLabels:
  • user input simulation
  • state verification
  • property value query
This class is intended for internal use only. Please use the classes in the package org.fest.swing.fixture in your tests.
  • Field Details

  • Constructor Details

    • JLabelDriver

      public JLabelDriver(Robot robot)
      Creates a new JLabelDriver.
      Parameters:
      robot - the robot to use to simulate user input.
  • Method Details