- java.lang.Object
-
- org.testfx.toolkit.impl.ApplicationLauncherImpl
-
- All Implemented Interfaces:
ApplicationLauncher
public class ApplicationLauncherImpl extends Object implements ApplicationLauncher
-
-
Constructor Summary
Constructors Constructor Description ApplicationLauncherImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlaunch(Class<? extends Application> appClass, String... appArgs)Configures a few necessary System properties before launching the application with the given arguments.
-
-
-
Method Detail
-
launch
public void launch(Class<? extends Application> appClass, String... appArgs)
Description copied from interface:ApplicationLauncherConfigures a few necessary System properties before launching the application with the given arguments.- Specified by:
launchin interfaceApplicationLauncher
-
-