public class LuceneJUnitResultFormatter extends Object implements org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
| Constructor and Description |
|---|
LuceneJUnitResultFormatter()
Constructor for LuceneJUnitResultFormatter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addError(junit.framework.Test test,
Throwable error)
A test caused an error.
|
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
Interface TestListener for JUnit > 3.4.
|
void |
addFailure(junit.framework.Test test,
Throwable t)
Interface TestListener for JUnit <= 3.4.
|
LuceneJUnitResultFormatter |
append(long l) |
LuceneJUnitResultFormatter |
append(String s) |
void |
endTest(junit.framework.Test test)
A test ended.
|
void |
endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
The whole testsuite ended.
|
protected void |
formatError(String type,
junit.framework.Test test,
Throwable error)
Format an error and print it.
|
protected String |
formatTest(junit.framework.Test test)
Format the test for printing..
|
void |
setOutput(OutputStream out)
Sets the stream the formatter is supposed to write its results to.
|
void |
setSystemError(String err)
.
|
void |
setSystemOutput(String out)
.
|
void |
startTest(junit.framework.Test test)
A test started.
|
void |
startTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
The whole testsuite started.
|
public LuceneJUnitResultFormatter()
public void setOutput(OutputStream out)
setOutput in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormattersetOutput in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirror.JUnitResultFormatterMirrorout - the output stream to write topublic void setSystemOutput(String out)
setSystemOutput in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatterpublic void setSystemError(String err)
setSystemError in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatterpublic void startTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
startTestSuite in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormattersuite - the test suitepublic void endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
endTestSuite in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormattersuite - the test suitepublic void startTest(junit.framework.Test test)
startTest in interface junit.framework.TestListenertest - a testpublic void endTest(junit.framework.Test test)
endTest in interface junit.framework.TestListenertest - a testpublic void addFailure(junit.framework.Test test,
Throwable t)
A Test failed.
test - a testt - the exception thrown by the testpublic void addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
A Test failed.
addFailure in interface junit.framework.TestListenertest - a testt - the assertion failed by the testpublic void addError(junit.framework.Test test,
Throwable error)
addError in interface junit.framework.TestListenertest - a testerror - the error thrown by the testprotected String formatTest(junit.framework.Test test)
test - a testprotected void formatError(String type, junit.framework.Test test, Throwable error)
type - the type of errortest - the test that failederror - the exception that the test threwpublic LuceneJUnitResultFormatter append(String s)
public LuceneJUnitResultFormatter append(long l)