Package org.testfx.framework.junit
-
Interface Summary Interface Description ApplicationFixture An interface that represents a JavaFX application (something that can be initialized, started, and stopped). -
Class Summary Class Description ApplicationAdapter Adapter that adapts from a class implementing theApplicationFixture
interface to an actualApplication
.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 JUnit rule that can be used to ensure the JavaFX platform has been initialized before UI tests are run. -
Exception Summary Exception Description TestFXRule.RetryException