All Classes
-
All Classes Interface Summary Class Summary Class Description ApplicationAdapter Adapter that adapts from a class implementing theApplicationFixtureinterface to an actualApplication.ApplicationFixture An interface that represents a JavaFX application (something that can be initialized, started, and stopped).ApplicationRule ApplicationTest The base class that your JUnit test classes should extend from that interact with and/or verify the state of a JavaFX UI.TestFXRule Optional JUit rule that can be used to ensure the JavaFX platform has been initialized before UI tests are run.