Package org.testfx.toolkit
Interface ApplicationLauncher
- All Known Implementing Classes:
ApplicationLauncherImpl
public interface ApplicationLauncher
Interface that configures a few necessary System properties before launching an application with
its' given parameters.
-
Method Summary
-
Method Details
-
launch
Configures a few necessary System properties before launching the application with the given arguments.
-