Class UITestApplication32

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IPlatformRunnable, org.eclipse.ui.testing.ITestHarness

    public class UITestApplication32
    extends AbstractUITestApplication
    implements org.eclipse.core.runtime.IPlatformRunnable
    • Field Summary

      • Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable

        EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object run​(java.lang.Object args)  
      protected void runApplication​(java.lang.Object application, java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • UITestApplication32

        public UITestApplication32()
    • Method Detail

      • run

        public java.lang.Object run​(java.lang.Object args)
                             throws java.lang.Exception
        Specified by:
        run in interface org.eclipse.core.runtime.IPlatformRunnable
        Throws:
        java.lang.Exception
      • 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