|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.launch.AbstractLaunchConfiguration
net.sf.ant4eclipse.model.launch.JUnitLaunchConfiguration
public class JUnitLaunchConfiguration
JUnitLaunchConfiguration represents a launch configuration for JUnit-Tests
Constructor Summary | |
---|---|
JUnitLaunchConfiguration(java.io.File launchFile,
java.lang.String projectName,
java.lang.String testClass,
java.lang.String testName,
java.lang.String container,
java.lang.String programArguments,
java.lang.String vmArguments,
RuntimeClasspathEntry[] classpathEntries,
java.lang.String dir)
Creates a new instance of type JUnitLaunchConfiguration |
Method Summary | |
---|---|
java.lang.String |
getContainer()
Returns the container holding the tests. |
java.lang.String |
getTestClass()
Returns the type of the test class. |
java.lang.String |
getTestName()
Returns the name of the test. |
boolean |
hasContainer()
|
boolean |
hasTestClass()
|
boolean |
hasTestName()
|
java.lang.String |
toString()
|
Methods inherited from class net.sf.ant4eclipse.model.launch.AbstractLaunchConfiguration |
---|
getClasspathEntries, getLaunchFile, getProgramArguments, getProjectName, getVmArguments, getWorkingDirectory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JUnitLaunchConfiguration(java.io.File launchFile, java.lang.String projectName, java.lang.String testClass, java.lang.String testName, java.lang.String container, java.lang.String programArguments, java.lang.String vmArguments, RuntimeClasspathEntry[] classpathEntries, java.lang.String dir)
launchFile
- projectName
- programArguments
- vmArguments
- classpathEntries
- dir
- Method Detail |
---|
public boolean hasTestClass()
public boolean hasContainer()
public boolean hasTestName()
public java.lang.String getContainer()
public java.lang.String getTestClass()
public java.lang.String getTestName()
public java.lang.String toString()
toString
in class AbstractLaunchConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |