Class UITestApplication

  • All Implemented Interfaces:
    org.eclipse.equinox.app.IApplication, org.eclipse.ui.testing.ITestHarness

    public class UITestApplication
    extends AbstractUITestApplication
    implements org.eclipse.equinox.app.IApplication
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.equinox.app.IApplicationContext fContext  
      • Fields inherited from interface org.eclipse.equinox.app.IApplication

        EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void runApplication​(java.lang.Object application, java.lang.String[] args)  
      java.lang.Object start​(org.eclipse.equinox.app.IApplicationContext context)  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fContext

        private org.eclipse.equinox.app.IApplicationContext fContext
    • Constructor Detail

      • UITestApplication

        public UITestApplication()
    • Method Detail

      • stop

        public void stop()
        Specified by:
        stop in interface org.eclipse.equinox.app.IApplication
      • runApplication

        protected void runApplication​(java.lang.Object application,
                                      java.lang.String[] args)
                               throws java.lang.Exception
        Specified by:
        runApplication in class AbstractUITestApplication
        Throws:
        java.lang.Exception
      • start

        public java.lang.Object start​(org.eclipse.equinox.app.IApplicationContext context)
                               throws java.lang.Exception
        Specified by:
        start in interface org.eclipse.equinox.app.IApplication
        Throws:
        java.lang.Exception