Class UITestApplication
- java.lang.Object
-
- org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication
-
- org.eclipse.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 Modifier and Type Field Description private org.eclipse.equinox.app.IApplicationContextfContext
-
Constructor Summary
Constructors Constructor Description UITestApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrunApplication(java.lang.Object application, java.lang.String[] args)java.lang.Objectstart(org.eclipse.equinox.app.IApplicationContext context)voidstop()-
Methods inherited from class org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication
run, runTests
-
-
-
-
Method Detail
-
stop
public void stop()
- Specified by:
stopin interfaceorg.eclipse.equinox.app.IApplication
-
runApplication
protected void runApplication(java.lang.Object application, java.lang.String[] args) throws java.lang.Exception- Specified by:
runApplicationin classAbstractUITestApplication- Throws:
java.lang.Exception
-
start
public java.lang.Object start(org.eclipse.equinox.app.IApplicationContext context) throws java.lang.Exception- Specified by:
startin interfaceorg.eclipse.equinox.app.IApplication- Throws:
java.lang.Exception
-
-