org.specrunner.report.core
Class ReporterTxt
java.lang.Object
org.specrunner.report.core.AbstractReport
org.specrunner.report.core.ReporterTxt
- All Implemented Interfaces:
- IReporter
public class ReporterTxt
- extends AbstractReport
Basic TXT implementation.
- Author:
- Thiago Santos
| Methods inherited from class org.specrunner.report.core.AbstractReport |
analyse, asPercentage, createInstance, createResume, getParts, orderedList, report, resume, resume, setFeatures, setParts, status, types |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReporterTxt
public ReporterTxt()
dumpStart
protected void dumpStart(SRServices services)
- Description copied from class:
AbstractReport
- Dump report starting.
- Specified by:
dumpStart in class AbstractReport
- Parameters:
services - Current instance.
dumpPart
protected void dumpPart(SRServices services,
String header,
List<Resume> list)
- Description copied from class:
AbstractReport
- Dump the resume declaration.
- Specified by:
dumpPart in class AbstractReport
- Parameters:
services - Current instance.header - The header.list - The list of resumes.
dumpResume
protected void dumpResume(SRServices services,
String resume)
- Description copied from class:
AbstractReport
- Dump resume.
- Specified by:
dumpResume in class AbstractReport
- Parameters:
services - Current instance.resume - Resume information.
dumpEnd
protected void dumpEnd(SRServices services)
- Description copied from class:
AbstractReport
- Dump report ending.
- Specified by:
dumpEnd in class AbstractReport
- Parameters:
services - Current instance.
Copyright © 2014. All rights reserved.