|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.report.AbstractReporter
org.apache.maven.surefire.report.AbstractTextReporter
org.apache.maven.surefire.report.AbstractFileReporter
org.apache.maven.surefire.report.BriefFileReporter
public class BriefFileReporter
Brief format file reporter.
Field Summary |
---|
Fields inherited from class org.apache.maven.surefire.report.AbstractTextReporter |
---|
BRIEF, PLAIN, SUMMARY, writer |
Constructor Summary | |
---|---|
BriefFileReporter(ReporterConfiguration reporterConfiguration)
|
Method Summary | |
---|---|
void |
writeDetailMessage(java.lang.String message)
Writes a detailed message that will not necessarily be displayed in all channels. |
Methods inherited from class org.apache.maven.surefire.report.AbstractFileReporter |
---|
testSetCompleted, testSetStarting |
Methods inherited from class org.apache.maven.surefire.report.AbstractTextReporter |
---|
getElapsedTimeSummary, getOutput, getTestSetSummary, isTestSetCompletedMessage, reset, setWriter, testError, testFailed, testSkipped, testSucceeded, writeMessage |
Methods inherited from class org.apache.maven.surefire.report.AbstractReporter |
---|
runCompleted, runStarting, testAssumptionFailure, testError, testFailed, testStarting, writeFooter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BriefFileReporter(ReporterConfiguration reporterConfiguration)
Method Detail |
---|
public void writeDetailMessage(java.lang.String message)
Reporter
writeDetailMessage
in interface Reporter
writeDetailMessage
in interface ReportWriter
writeDetailMessage
in class AbstractTextReporter
message
- The message to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |