| Interface | Description |
|---|---|
| ApplicationFixture |
An interface that represents a JavaFX application (something that can be initialized,
started, and stopped).
|
| Class | Description |
|---|---|
| ApplicationAdapter |
Adapter that adapts from a class implementing the
ApplicationFixture interface to an actual
Application. |
| 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.
|