Package org.testfx.toolkit.impl
Class ApplicationLauncherImpl
java.lang.Object
org.testfx.toolkit.impl.ApplicationLauncherImpl
- All Implemented Interfaces:
ApplicationLauncher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
private void
assignPrivateStaticField
(Class<?> clazz, String name, Object value) private void
void
Configures a few necessary System properties before launching the application with the given arguments.
-
Constructor Details
-
ApplicationLauncherImpl
public ApplicationLauncherImpl()
-
-
Method Details
-
launch
Description copied from interface:ApplicationLauncher
Configures a few necessary System properties before launching the application with the given arguments.- Specified by:
launch
in interfaceApplicationLauncher
-
initMonocleHeadless
private void initMonocleHeadless() -
assignMonoclePlatform
- Throws:
Exception
-
assignHeadlessPlatform
- Throws:
Exception
-
assignPrivateStaticField
- Throws:
Exception
-