Uses of Interface
org.testfx.framework.junit.ApplicationFixture
-
Packages that use ApplicationFixture Package Description org.testfx.framework.junit -
-
Uses of ApplicationFixture in org.testfx.framework.junit
Classes in org.testfx.framework.junit that implement ApplicationFixture Modifier and Type Class Description class
ApplicationRule
class
ApplicationTest
The base class that your JUnit test classes should extend from that interact with and/or verify the state of a JavaFX UI.Fields in org.testfx.framework.junit declared as ApplicationFixture Modifier and Type Field Description private ApplicationFixture
ApplicationAdapter. applicationFixture
Constructors in org.testfx.framework.junit with parameters of type ApplicationFixture Constructor Description ApplicationAdapter(ApplicationFixture applicationFixture)
-