|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpecRunner
Outermost interface of the API. Stands for an executor of specifications.
| Method Summary | |
|---|---|
IResultSet |
run(String source)
Runs a specification. |
IResultSet |
run(String source,
IConfiguration configuration)
Runs a specification using a given configuration. |
IResultSet |
run(String source,
String output,
IConfiguration configuration)
Runs a specification using a given configuration. |
| Method Detail |
|---|
IResultSet run(String source)
throws SpecRunnerException
source - The specification source.
SpecRunnerException - On execution errors.
IResultSet run(String source,
IConfiguration configuration)
throws SpecRunnerException
source - The specification source.configuration - Specific configurations.
SpecRunnerException - On execution errors.
IResultSet run(String source,
String output,
IConfiguration configuration)
throws SpecRunnerException
source - The specification source.output - The specification output.configuration - Specific configurations.
SpecRunnerException - On execution errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||