Class UITestApplication32
- java.lang.Object
-
- org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication
-
- org.eclipse.tycho.surefire.osgibooter.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
-
-
Constructor Summary
Constructors Constructor Description UITestApplication32()
-
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 org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication
run, runTests
-
-
-
-
Method Detail
-
run
public java.lang.Object run(java.lang.Object args) throws java.lang.Exception
- Specified by:
run
in interfaceorg.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 classAbstractUITestApplication
- Throws:
java.lang.Exception
-
-