org.eclipse.core.tests.harness
Class EclipseTestHarnessApplication

java.lang.Object
  extended by org.eclipse.core.tests.harness.EclipseTestHarnessApplication
All Implemented Interfaces:
org.eclipse.core.runtime.IPlatformRunnable

public class EclipseTestHarnessApplication
extends java.lang.Object
implements org.eclipse.core.runtime.IPlatformRunnable


Field Summary
static java.lang.String[] args
          command line arguments made available to all tests.
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
EclipseTestHarnessApplication()
           
 
Method Summary
static boolean deltasEnabled()
           
 java.lang.Object run(java.lang.Object userArgs)
          Runs a set of tests as defined by the given command line args.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

public static java.lang.String[] args
command line arguments made available to all tests.

Constructor Detail

EclipseTestHarnessApplication

public EclipseTestHarnessApplication()
Method Detail

deltasEnabled

public static boolean deltasEnabled()

run

public java.lang.Object run(java.lang.Object userArgs)
                     throws java.lang.Exception
Runs a set of tests as defined by the given command line args. This is the platform application entry point.

Specified by:
run in interface org.eclipse.core.runtime.IPlatformRunnable
Throws:
java.lang.Exception
See Also:
IPlatformRunnable