| Package | Description |
|---|---|
| org.specrunner | |
| org.specrunner.core |
| Modifier and Type | Method and Description |
|---|---|
static ISpecRunner |
SRServices.getSpecRunner()
Shortcut method to the topmost interface.
|
ISpecRunner |
ISpecRunnerFactory.newRunner()
A new specification runner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpecRunnerPipeline
Default implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected ISpecRunner |
SpecRunnerFactoryImpl.runner
The reusable runner.
|
| Modifier and Type | Method and Description |
|---|---|
ISpecRunner |
SpecRunnerFactoryImpl.getRunner()
Gets the runner.
|
ISpecRunner |
SpecRunnerFactoryImpl.newRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecRunnerFactoryImpl.setRunner(ISpecRunner runner)
Sets the runner.
|
| Constructor and Description |
|---|
SpecRunnerFactoryImpl(ISpecRunner runner)
Creates a factory with a reusable runner.
|
Copyright © 2016. All rights reserved.