org.eclipse.core.tests.session
Class SessionTestRunner
java.lang.Object
org.eclipse.core.tests.session.SessionTestRunner
public class SessionTestRunner
- extends java.lang.Object
This class is responsible for launching JUnit tests on a separate Eclipse session and collect
the tests results sent back through a socket .
Method Summary |
void |
run(junit.framework.Test test,
junit.framework.TestResult result,
Setup setup,
boolean crashTest)
Runs the test described in a separate session. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionTestRunner
public SessionTestRunner()
run
public final void run(junit.framework.Test test,
junit.framework.TestResult result,
Setup setup,
boolean crashTest)
- Runs the test described in a separate session.