Package org.testfx.toolkit
Interface ApplicationLauncher
-
- All Known Implementing Classes:
ApplicationLauncherImpl
public interface ApplicationLauncherInterface that configures a few necessary System properties before launching an application with its' given parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlaunch(java.lang.Class<? extends javafx.application.Application> appClass, java.lang.String... appArgs)Configures a few necessary System properties before launching the application with the given arguments.
-