|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.util.LuceneJUnitResultFormatter
public class LuceneJUnitResultFormatter
Just like BriefJUnitResultFormatter "brief" bundled with ant, except all formatted text is buffered until the test suite is finished. At this point, the output is written at once in synchronized fashion. This way tests can run in parallel without interleaving output.
Constructor Summary | |
---|---|
LuceneJUnitResultFormatter()
Constructor for LuceneJUnitResultFormatter. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LuceneJUnitResultFormatter()
Method Detail |
---|
public void setOutput(OutputStream out)
setOutput
in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
setOutput
in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirror.JUnitResultFormatterMirror
out
- the output stream to write topublic void setSystemOutput(String out)
setSystemOutput
in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
public void setSystemError(String err)
setSystemError
in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
public void startTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
startTestSuite
in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
suite
- the test suitepublic void endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
endTestSuite
in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
suite
- the test suitepublic void startTest(junit.framework.Test test)
startTest
in interface junit.framework.TestListener
test
- a testpublic void endTest(junit.framework.Test test)
endTest
in interface junit.framework.TestListener
test
- 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.TestListener
test
- a testt
- the assertion failed by the testpublic void addError(junit.framework.Test test, Throwable error)
addError
in interface junit.framework.TestListener
test
- a testerror
- the error thrown by the testprotected String formatTest(junit.framework.Test test)
test
- a test
protected 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |