|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SRServices | |
|---|---|
| org.specrunner | |
| org.specrunner.core | |
| org.specrunner.report | |
| org.specrunner.report.core | |
| Uses of SRServices in org.specrunner |
|---|
| Methods in org.specrunner that return SRServices | |
|---|---|
static SRServices |
SRServices.get()
Gets the instance of SRServices. |
static SRServices |
SRServices.ShutDown.recover(IChannel channel)
Return the services instance bound on channel. |
| Methods in org.specrunner with parameters of type SRServices | |
|---|---|
protected static void |
SRServices.addHook(SRServices service)
Add shutdown hook to the environment. |
| Constructors in org.specrunner with parameters of type SRServices | |
|---|---|
SRServices.ShutDown(SRServices shutdown)
The services instance to shutdown on System.exit(...) |
|
| Uses of SRServices in org.specrunner.core |
|---|
| Methods in org.specrunner.core with parameters of type SRServices | |
|---|---|
static IPipeline |
SpecRunnerPipelineUtils.getPipeline(SRServices services,
IConfiguration configuration,
String defaultFile)
Get a pipeline from a configuration file. |
static IPipeline |
SpecRunnerPipelineUtils.getPipeline(SRServices service,
String file)
Get pipeline by fixed file name. |
| Uses of SRServices in org.specrunner.report |
|---|
| Methods in org.specrunner.report with parameters of type SRServices | |
|---|---|
void |
IReporter.report(SRServices services)
Dump report information. |
String |
IReporter.resume(SRServices services)
Short information about report. |
| Uses of SRServices in org.specrunner.report.core |
|---|
| Methods in org.specrunner.report.core with parameters of type SRServices | |
|---|---|
protected void |
ReporterTxt.dumpEnd(SRServices services)
|
protected abstract void |
AbstractReport.dumpEnd(SRServices services)
Dump report ending. |
protected void |
ReporterTxt.dumpPart(SRServices services,
String header,
List<Resume> list)
|
protected abstract void |
AbstractReport.dumpPart(SRServices services,
String header,
List<Resume> list)
Dump the resume declaration. |
protected void |
ReporterTxt.dumpResume(SRServices services,
String resume)
|
protected abstract void |
AbstractReport.dumpResume(SRServices services,
String resume)
Dump resume. |
protected void |
ReporterTxt.dumpStart(SRServices services)
|
protected abstract void |
AbstractReport.dumpStart(SRServices services)
Dump report starting. |
void |
ReporterGroupImpl.report(SRServices services)
|
void |
AbstractReport.report(SRServices services)
|
String |
ReporterGroupImpl.resume(SRServices services)
|
String |
AbstractReport.resume(SRServices services)
|
protected String |
AbstractReport.resume(SRServices services,
boolean finalResume)
Partial resume. |
protected void |
AbstractReport.setFeatures(SRServices services)
Prepare feature settings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||