org.specrunner.report.core
Class ResumeDumperTxt

java.lang.Object
  extended by org.specrunner.report.core.ResumeDumperTxt
All Implemented Interfaces:
IResumeDumper

public class ResumeDumperTxt
extends Object
implements IResumeDumper

Basic TXT dumper implementation.

Author:
Thiago Santos

Constructor Summary
ResumeDumperTxt()
           
 
Method Summary
 void dumpEnd(SRServices services, ResumeReporter parent)
          Dump report ending.
 void dumpPart(SRServices services, ResumeReporter parent, String header, List<Resume> list)
          Dump the resume declaration.
 void dumpResume(SRServices services, ResumeReporter parent, Object resume)
          Dump resume.
 void dumpStart(SRServices services, ResumeReporter parent)
          Dump report starting.
 List<ReportPart> getParts()
          List of parts.
 Object resume(SRServices services, ResumeReporter parent, boolean finalResume)
          Partial resume.
 String status(ResumeReporter parent)
          Global status as string.
 String types(ResumeReporter parent)
          Global action types as string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResumeDumperTxt

public ResumeDumperTxt()
Method Detail

getParts

public List<ReportPart> getParts()
Description copied from interface: IResumeDumper
List of parts.

Specified by:
getParts in interface IResumeDumper
Returns:
List of reporter parts.

resume

public Object resume(SRServices services,
                     ResumeReporter parent,
                     boolean finalResume)
Description copied from interface: IResumeDumper
Partial resume.

Specified by:
resume in interface IResumeDumper
Parameters:
services - The services instance.
parent - The parent reporter.
finalResume - If it is the final resume.
Returns:
The resume.

status

public String status(ResumeReporter parent)
Global status as string.

Parameters:
parent - The parent reporter.
Returns:
The overall execution resume.

types

public String types(ResumeReporter parent)
Global action types as string.

Parameters:
parent - The parent reporter.
Returns:
The overall execution resume.

dumpStart

public void dumpStart(SRServices services,
                      ResumeReporter parent)
Description copied from interface: IResumeDumper
Dump report starting.

Specified by:
dumpStart in interface IResumeDumper
Parameters:
services - Current instance.
parent - The parent reporter.

dumpPart

public void dumpPart(SRServices services,
                     ResumeReporter parent,
                     String header,
                     List<Resume> list)
Description copied from interface: IResumeDumper
Dump the resume declaration.

Specified by:
dumpPart in interface IResumeDumper
Parameters:
services - Current instance.
parent - The parent reporter.
header - The header.
list - The list of resumes.

dumpResume

public void dumpResume(SRServices services,
                       ResumeReporter parent,
                       Object resume)
Description copied from interface: IResumeDumper
Dump resume.

Specified by:
dumpResume in interface IResumeDumper
Parameters:
services - Current instance.
parent - The parent reporter.
resume - Resume information.

dumpEnd

public void dumpEnd(SRServices services,
                    ResumeReporter parent)
Description copied from interface: IResumeDumper
Dump report ending.

Specified by:
dumpEnd in interface IResumeDumper
Parameters:
services - Current instance.
parent - The parent reporter.


Copyright © 2015. All rights reserved.