public interface IReporter
| Modifier and Type | Method and Description |
|---|---|
void |
analyse(IContext context,
IResultSet result,
Map<String,Object> model)
Add information to the reporter.
|
Object |
partial(SRServices services)
Short information about report.
|
void |
report(SRServices services)
Dump report information.
|
void analyse(IContext context, IResultSet result, Map<String,Object> model)
context - Test context.result - The result.model - The model.Object partial(SRServices services)
services - The services instance to be used. This is required, since
report is made on shutdown process, where
SRServices.get() is not available.void report(SRServices services)
services - The services instance to be used. This is required, since
report is made on shutdown process, where
SRServices.get() is not available.Copyright © 2016. All rights reserved.