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.IApplicationContext
fContext
-
Constructor Summary
Constructors Constructor Description UITestApplication()
-
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 org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication
run, runTests
-
-
-
-
Method Detail
-
stop
public void stop()
- Specified by:
stop
in interfaceorg.eclipse.equinox.app.IApplication
-
runApplication
protected void runApplication(java.lang.Object application, java.lang.String[] args) throws java.lang.Exception
- Specified by:
runApplication
in classAbstractUITestApplication
- Throws:
java.lang.Exception
-
start
public java.lang.Object start(org.eclipse.equinox.app.IApplicationContext context) throws java.lang.Exception
- Specified by:
start
in interfaceorg.eclipse.equinox.app.IApplication
- Throws:
java.lang.Exception
-
-