Package org.testfx.framework.junit


package org.testfx.framework.junit
  • Class
    Description
    Adapter that adapts from a class implementing the ApplicationFixture interface to an actual Application.
    An interface that represents a JavaFX application (something that can be initialized, started, and stopped).
     
    The base class that your JUnit test classes should extend from that interact with and/or verify the state of a JavaFX UI.
    Optional JUnit rule that can be used to ensure the JavaFX platform has been initialized before UI tests are run.