org.codehaus.tycho.surefire.osgibooter
Class AbstractUITestApplication

java.lang.Object
  extended by 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


Constructor Summary
AbstractUITestApplication()
           
 
Method Summary
protected  Object run(String[] args)
           
protected abstract  void runApplication(Object application, String[] args)
           
 void runTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUITestApplication

public AbstractUITestApplication()
Method Detail

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.