Module org.testfx

Interface ApplicationService

  • All Known Implementing Classes:
    ApplicationServiceImpl

    public interface ApplicationService
    Helper interface whose methods' returned Future objects' Future.get() method either indicates when an Application's init, start, or stop methods are finished or returns the created application.