org.codehaus.tycho.surefire.osgibooter
Class UITestApplication

java.lang.Object
  extended by org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication
      extended by org.codehaus.tycho.surefire.osgibooter.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 inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
UITestApplication()
           
 
Method Summary
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 org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication
run, runTests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2008-2011. All Rights Reserved.