Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.pde.internal.junit.runtime
Class RemotePluginTestRunner  view RemotePluginTestRunner download RemotePluginTestRunner.java

java.lang.Object
  extended byorg.eclipse.jdt.internal.junit.runner.RemoteTestRunner
      extended byorg.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 Class Summary
 
Nested classes inherited from class org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
 
Field Summary
private  java.lang.String fTestPluginName
           
 
Fields inherited from class org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
 
Constructor Summary
RemotePluginTestRunner()
           
 
Method Summary
protected  java.lang.ClassLoader getClassLoader()
          Returns the Plugin class loader of the plugin containing the test.
protected  void init(java.lang.String[] args)
          Parse command line arguments.
static void main(java.lang.String[] args)
          The main entry point.
protected  void setTestPluginName(java.lang.String[] args)
           
 
Methods inherited from class org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
addError, addFailure, defaultInit, endTest, rerunTest, run, runFailed, startTest, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fTestPluginName

private java.lang.String fTestPluginName
Constructor Detail

RemotePluginTestRunner

public RemotePluginTestRunner()
Method Detail

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)