Uses of Package
org.testfx.toolkit
Packages that use org.testfx.toolkit
-
Classes in org.testfx.toolkit used by org.testfx.apiClassDescriptionInterface that configures a few necessary System properties before launching an application with its' given parameters.Helper interface whose methods' returned
Future
objects'Future.get()
method either indicates when anApplication
's init, start, or stop methods are finished or returns the created application.Interface that handles setting up anApplication
,Stage
,Scene
, orrootNode
and application cleanup on theJavaFX Application Thread
. -
Classes in org.testfx.toolkit used by org.testfx.toolkit.implClassDescriptionInterface that configures a few necessary System properties before launching an application with its' given parameters.Helper interface whose methods' returned
Future
objects'Future.get()
method either indicates when anApplication
's init, start, or stop methods are finished or returns the created application.Interface that handles setting up anApplication
,Stage
,Scene
, orrootNode
and application cleanup on theJavaFX Application Thread
.