Module org.testfx

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

      Modifier and Type Method Description
      void launch​(Class<? extends javafx.application.Application> appClass, String... appArgs)
      Configures a few necessary System properties before launching the application with the given arguments.
    • Method Detail

      • launch

        void launch​(Class<? extends javafx.application.Application> appClass,
                    String... appArgs)
        Configures a few necessary System properties before launching the application with the given arguments.