org.codehaus.tycho.surefire.osgibooter
Class AbstractUITestApplication
java.lang.Object
org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication
- All Implemented Interfaces:
- org.eclipse.ui.testing.ITestHarness
- Direct Known Subclasses:
- UITestApplication, UITestApplication32
public abstract class AbstractUITestApplication
- extends Object
- implements org.eclipse.ui.testing.ITestHarness
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUITestApplication
public AbstractUITestApplication()
runTests
public void runTests()
- Specified by:
runTests
in interface org.eclipse.ui.testing.ITestHarness
run
protected Object run(String[] args)
throws Exception
- Throws:
Exception
runApplication
protected abstract void runApplication(Object application,
String[] args)
throws Exception
- Throws:
Exception
Copyright © 2008-2011. All Rights Reserved.