Module org.testfx

Class ApplicationLauncherImpl

    • Constructor Detail

      • ApplicationLauncherImpl

        public ApplicationLauncherImpl()
    • Method Detail

      • launch

        public void launch​(Class<? extends javafx.application.Application> appClass,
                           String... appArgs)
        Description copied from interface: ApplicationLauncher
        Configures a few necessary System properties before launching the application with the given arguments.
        Specified by:
        launch in interface ApplicationLauncher