Uses of Interface
org.testfx.toolkit.ApplicationService
-
Packages that use ApplicationService Package Description org.testfx.api org.testfx.toolkit.impl -
-
Uses of ApplicationService in org.testfx.api
Fields in org.testfx.api declared as ApplicationService Modifier and Type Field Description private static ApplicationService
FxToolkit. APP_SERVICE
-
Uses of ApplicationService in org.testfx.toolkit.impl
Classes in org.testfx.toolkit.impl that implement ApplicationService Modifier and Type Class Description class
ApplicationServiceImpl
Fields in org.testfx.toolkit.impl declared as ApplicationService Modifier and Type Field Description private ApplicationService
ToolkitServiceImpl. applicationService
Constructors in org.testfx.toolkit.impl with parameters of type ApplicationService Constructor Description ToolkitServiceImpl(ApplicationLauncher applicationLauncher, ApplicationService applicationService)
-