|
|||||||||
| Home >> All >> org >> eclipse >> pde >> internal >> junit >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.pde.internal.junit.runtime
Class CoreTestApplication

java.lang.Objectorg.eclipse.pde.internal.junit.runtime.CoreTestApplication
- public class CoreTestApplication
- extends java.lang.Object
A an application that launches tests once it is started.
| Field Summary | |
private static boolean |
deltas
Should workspace tests log their deltas? |
| Constructor Summary | |
CoreTestApplication()
|
|
| Method Summary | |
static boolean |
deltasEnabled()
|
protected java.lang.String[] |
processCommandLine(java.lang.String[] args)
|
java.lang.Object |
run(java.lang.Object arguments)
Runs a set of tests as defined by the given command line args. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
deltas
private static boolean deltas
- Should workspace tests log their deltas?
| Constructor Detail |
CoreTestApplication
public CoreTestApplication()
| Method Detail |
run
public java.lang.Object run(java.lang.Object arguments) throws java.lang.Exception
- Runs a set of tests as defined by the given command line args.
This is the platform application entry point.
deltasEnabled
public static boolean deltasEnabled()
processCommandLine
protected java.lang.String[] processCommandLine(java.lang.String[] args)
|
|||||||||
| Home >> All >> org >> eclipse >> pde >> internal >> junit >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.eclipse.pde.internal.junit.runtime.CoreTestApplication