| Modifier and Type | Method and Description |
|---|---|
static ISpecRunner |
SRServices.getSpecRunner()
Shortcut method to the topmost interface.
|
static ISpecRunnerPlugin |
SRServices.getSpecRunnerPlugin()
Shortcut method to the topmost interface for programmatic plugins.
|
ISpecRunnerPlugin |
ISpecRunnerFactoryPlugin.newRunner()
A new specification runner.
|
ISpecRunner |
ISpecRunnerFactory.newRunner()
A new specification runner.
|
IResultSet |
ISpecRunnerPlugin.run(IPlugin plugin)
Runs a plugin.
|
IResultSet |
ISpecRunnerPlugin.run(IPlugin plugin,
IConfiguration configuration)
Runs a specification using a given configuration.
|
IResultSet |
ISpecRunner.run(String source)
Runs a specification.
|
IResultSet |
ISpecRunner.run(String source,
IConfiguration configuration)
Runs a specification using a given configuration.
|
IResultSet |
ISpecRunner.run(String source,
String output,
IConfiguration configuration)
Runs a specification using a given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IScenarioListener.afterScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance)
Perform something after each scenario.
|
void |
IScenarioListener.beforeScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance)
Perform something before each scenario.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatorException
Errors on annotation process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorException |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockException |
class |
ContextException |
| Modifier and Type | Method and Description |
|---|---|
T |
IModel.getObject(IContext context)
Return the object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterException |
| Modifier and Type | Method and Description |
|---|---|
protected IResultSet |
SpecRunnerPluginPipeline.doRun(IPlugin plugin,
IConfiguration configuration)
Perform runner.
|
protected IResultSet |
SpecRunnerPipeline.doRun(String input,
IConfiguration configuration)
Perform a specification given by input.
|
IResultSet |
SpecRunnerPluginPipeline.run(IPlugin plugin) |
IResultSet |
SpecRunnerPluginPipeline.run(IPlugin plugin,
IConfiguration configuration) |
IResultSet |
SpecRunnerPipeline.run(String input) |
IResultSet |
SpecRunnerPipeline.run(String input,
IConfiguration configuration) |
IResultSet |
SpecRunnerPipeline.run(String input,
String output,
IConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceDumperException |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionException |
class |
InvalidValueException
Exception for invalid expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureManagerException |
| Modifier and Type | Class and Description |
|---|---|
class |
FormatterException |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioCleanerListener.afterScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
void |
AbstractScenarioWrapperListener.afterScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
void |
ScenarioCleanerListener.beforeScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
void |
AbstractScenarioWrapperListener.beforeScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
void |
AbstractScenarioWrapperBeforeListener.beforeScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
void |
AbstractScenarioWrapperAfterListener.beforeScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
protected void |
ScenarioCleanerListener.execute(Object instance,
Class<? extends Annotation> type,
String title,
nu.xom.Node node,
IContext context,
IResultSet result)
Execute annotated methods.
|
protected void |
ScenarioFrameListener.fireAfter(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance)
Fire listeners after scenarios.
|
protected void |
ScenarioFrameListener.fireBefore(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance)
Fire listeners before scenarios.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginException |
class |
UnstackedPluginException |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PluginNotEquals.verify(IContext context,
IComparator comparator,
Object reference,
Object value) |
protected boolean |
PluginEquals.verify(IContext context,
IComparator comparator,
Object expected,
Object received)
Verify the condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectManagerCleaner.afterScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
void |
ObjectManagerCleaner.beforeScenario(String title,
nu.xom.Node node,
IContext context,
IResultSet result,
Object instance) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyLoaderException |
| Modifier and Type | Class and Description |
|---|---|
class |
ReaderException |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultException |
| Modifier and Type | Class and Description |
|---|---|
class |
RunnerException |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RunnerImpl.checkConditional(IPlugin plugin,
IContext context)
Check condition to perform the plugin.
|
protected void |
RunnerImpl.checkTimeout(IContext context,
IResultSet result,
IPlugin plugin,
long start,
String method)
Check timeout to perform the plugin.
|
protected void |
RunnerImpl.doSleep(IPlugin plugin,
IContext context)
Perform a sleep for the step, if specified.
|
protected void |
RunnerImpl.doWait(IPlugin plugin,
IContext context)
Perform a sleep for the step, if specified.
|
protected void |
RunnerImpl.end(IContext context,
IResultSet result,
IPlugin plugin,
List<IPluginListener> listeners)
Perform end operations.
|
protected ENext |
RunnerImpl.start(IContext context,
IResultSet result,
IPlugin plugin,
List<IPluginListener> listeners)
Perform start operation of plugins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceException |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceException |
| Modifier and Type | Class and Description |
|---|---|
class |
TextAnalyzerException |
Copyright © 2016. All rights reserved.