org.eclipse.core.tests.session
Class SessionTestRunner

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


Constructor Summary
SessionTestRunner()
           
 
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
 

Constructor Detail

SessionTestRunner

public SessionTestRunner()
Method Detail

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.