java.lang.Object
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner
- All Implemented Interfaces:
- junit.framework.TestListener
- public class RemotePluginTestRunner
- extends org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
Runs JUnit tests contained inside a plugin.
| Nested classes inherited from class org.eclipse.jdt.internal.junit.runner.RemoteTestRunner |
|
| Fields inherited from class org.eclipse.jdt.internal.junit.runner.RemoteTestRunner |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fTestPluginName
private java.lang.String fTestPluginName
RemotePluginTestRunner
public RemotePluginTestRunner()
main
public static void main(java.lang.String[] args)
- The main entry point. Supported arguments in addition
to the ones supported by RemoteTestRunner:
-testpluginname: the name of the plugin containing the tests.
getClassLoader
protected java.lang.ClassLoader getClassLoader()
- Returns the Plugin class loader of the plugin containing the test.
init
protected void init(java.lang.String[] args)
- Description copied from class:
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
- Parse command line arguments. Hook for subclasses to process
additional arguments.
setTestPluginName
protected void setTestPluginName(java.lang.String[] args)