org.specrunner.report.core
Class ReporterGroupImpl
java.lang.Object
org.specrunner.util.composite.core.CompositeImpl<IReporterGroup,IReporter>
org.specrunner.report.core.ReporterGroupImpl
- All Implemented Interfaces:
- IReporter, IReporterGroup, IComposite<IReporterGroup,IReporter>
public class ReporterGroupImpl
- extends CompositeImpl<IReporterGroup,IReporter>
- implements IReporterGroup
Default reporter group implementation.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReporterGroupImpl
public ReporterGroupImpl()
analyse
public void analyse(IResultSet result,
Map<String,Object> model)
- Description copied from interface:
IReporter
- Add information to the reporter.
- Specified by:
analyse in interface IReporter
- Parameters:
result - The result.model - The model.
resume
public String resume(SRServices services)
- Description copied from interface:
IReporter
- Short information about report.
- Specified by:
resume in interface IReporter
- Parameters:
services - The services instance to be used. This is required, since
report is made on shutdown process, where
SRServices.get() is not available.
- Returns:
- A partial version of resume.
report
public void report(SRServices services)
- Description copied from interface:
IReporter
- Dump report information.
- Specified by:
report in interface IReporter
- Parameters:
services - The services instance to be used. This is required, since
report is made on shutdown process, where
SRServices.get() is not available.
Copyright © 2014. All rights reserved.