|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use JUnitTest | |
com.hjl.junitscript.ant |
Uses of JUnitTest in com.hjl.junitscript.ant |
Methods in com.hjl.junitscript.ant with parameters of type JUnitTest | |
void |
BriefJUnitResultFormatter.startTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite started. |
void |
BriefJUnitResultFormatter.endTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite ended. |
void |
JUnitResultFormatter.startTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite started. |
void |
JUnitResultFormatter.endTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite ended. |
void |
JUnitScriptTask.addTest(com.hjl.junitscript.ant.JUnitTest test)
Add a new single testcase. |
protected void |
JUnitScriptTask.execute(com.hjl.junitscript.ant.JUnitTest arg)
Run the tests. |
protected java.io.File |
JUnitScriptTask.getOutput(com.hjl.junitscript.ant.FormatterElement fe,
com.hjl.junitscript.ant.JUnitTest test)
If the formatter sends output to a file, return that file. |
void |
PlainJUnitResultFormatter.startTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
Empty. |
void |
PlainJUnitResultFormatter.endTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite ended. |
void |
SummaryJUnitResultFormatter.startTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
Empty |
void |
SummaryJUnitResultFormatter.endTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite ended. |
void |
XMLJUnitResultFormatter.startTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite started. |
void |
XMLJUnitResultFormatter.endTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite ended. |
Constructors in com.hjl.junitscript.ant with parameters of type JUnitTest | |
JUnitTestRunner(com.hjl.junitscript.ant.JUnitTest test,
boolean haltOnError,
boolean filtertrace,
boolean haltOnFailure)
Constructor for fork=true or when the user hasn't specified a classpath. |
|
JUnitTestRunner(com.hjl.junitscript.ant.JUnitTest test,
boolean haltOnError,
boolean filtertrace,
boolean haltOnFailure,
boolean showOutput)
Constructor for fork=true or when the user hasn't specified a classpath. |
|
JUnitTestRunner(com.hjl.junitscript.ant.JUnitTest test,
boolean haltOnError,
boolean filtertrace,
boolean haltOnFailure,
java.lang.ClassLoader loader)
Constructor to use when the user has specified a classpath. |
|
JUnitTestRunner(com.hjl.junitscript.ant.JUnitTest test,
boolean haltOnError,
boolean filtertrace,
boolean haltOnFailure,
boolean showOutput,
java.lang.ClassLoader loader)
Constructor to use when the user has specified a classpath. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |