org.eclipse.cdt.ui.testplugin
Class TestPluginLauncher

java.lang.Object
  extended by org.eclipse.cdt.ui.testplugin.TestPluginLauncher

public class TestPluginLauncher
extends java.lang.Object

Helper class to launch a test


Field Summary
static java.lang.String APP_NAME
           
 
Constructor Summary
TestPluginLauncher()
           
 
Method Summary
static java.lang.String getBootLocation()
           
static java.lang.String getLocationFromProperties()
           
static java.lang.String getLocationFromProperties(java.lang.String key)
           
static void run(java.lang.String location, java.lang.Class testCase, java.lang.String[] args)
           
static void run(java.lang.String application, java.lang.String location, java.lang.Class testCase, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

public static final java.lang.String APP_NAME
See Also:
Constant Field Values
Constructor Detail

TestPluginLauncher

public TestPluginLauncher()
Method Detail

run

public static void run(java.lang.String location,
                       java.lang.Class testCase,
                       java.lang.String[] args)

run

public static void run(java.lang.String application,
                       java.lang.String location,
                       java.lang.Class testCase,
                       java.lang.String[] args)

getLocationFromProperties

public static java.lang.String getLocationFromProperties(java.lang.String key)

getLocationFromProperties

public static java.lang.String getLocationFromProperties()

getBootLocation

public static java.lang.String getBootLocation()