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 ApplicationServiceFxToolkit. APP_SERVICE -
Uses of ApplicationService in org.testfx.toolkit.impl
Classes in org.testfx.toolkit.impl that implement ApplicationService Modifier and Type Class Description classApplicationServiceImplFields in org.testfx.toolkit.impl declared as ApplicationService Modifier and Type Field Description private ApplicationServiceToolkitServiceImpl. applicationServiceConstructors in org.testfx.toolkit.impl with parameters of type ApplicationService Constructor Description ToolkitServiceImpl(ApplicationLauncher applicationLauncher, ApplicationService applicationService)
-