Uses of Class
org.specrunner.SpecRunnerException

Packages that use SpecRunnerException
org.specrunner   
org.specrunner.annotator   
org.specrunner.comparators   
org.specrunner.context   
org.specrunner.converters   
org.specrunner.core   
org.specrunner.dumper   
org.specrunner.expressions   
org.specrunner.features   
org.specrunner.plugins   
org.specrunner.plugins.core.logical   
org.specrunner.properties   
org.specrunner.result   
org.specrunner.runner   
org.specrunner.runner.core   
org.specrunner.source   
org.specrunner.source.resource   
 

Uses of SpecRunnerException in org.specrunner
 

Methods in org.specrunner that throw SpecRunnerException
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.
 

Uses of SpecRunnerException in org.specrunner.annotator
 

Subclasses of SpecRunnerException in org.specrunner.annotator
 class AnnotatorException
          Errors on annotation process.
 

Uses of SpecRunnerException in org.specrunner.comparators
 

Subclasses of SpecRunnerException in org.specrunner.comparators
 class ComparatorException
           
 

Uses of SpecRunnerException in org.specrunner.context
 

Subclasses of SpecRunnerException in org.specrunner.context
 class BlockException
           
 class ContextException
           
 

Methods in org.specrunner.context that throw SpecRunnerException
 T IModel.getObject(IContext context)
          Return the object.
 

Uses of SpecRunnerException in org.specrunner.converters
 

Subclasses of SpecRunnerException in org.specrunner.converters
 class ConverterException
           
 

Uses of SpecRunnerException in org.specrunner.core
 

Methods in org.specrunner.core that throw SpecRunnerException
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)
           
 

Uses of SpecRunnerException in org.specrunner.dumper
 

Subclasses of SpecRunnerException in org.specrunner.dumper
 class SourceDumperException
           
 

Uses of SpecRunnerException in org.specrunner.expressions
 

Subclasses of SpecRunnerException in org.specrunner.expressions
 class ExpressionException
           
 

Uses of SpecRunnerException in org.specrunner.features
 

Subclasses of SpecRunnerException in org.specrunner.features
 class FeatureManagerException
           
 

Uses of SpecRunnerException in org.specrunner.plugins
 

Subclasses of SpecRunnerException in org.specrunner.plugins
 class PluginException
           
 

Uses of SpecRunnerException in org.specrunner.plugins.core.logical
 

Methods in org.specrunner.plugins.core.logical that throw SpecRunnerException
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.
 

Uses of SpecRunnerException in org.specrunner.properties
 

Subclasses of SpecRunnerException in org.specrunner.properties
 class PropertyLoaderException
           
 

Uses of SpecRunnerException in org.specrunner.result
 

Subclasses of SpecRunnerException in org.specrunner.result
 class ResultException
           
 

Uses of SpecRunnerException in org.specrunner.runner
 

Subclasses of SpecRunnerException in org.specrunner.runner
 class RunnerException
           
 

Uses of SpecRunnerException in org.specrunner.runner.core
 

Methods in org.specrunner.runner.core that throw SpecRunnerException
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.
 

Uses of SpecRunnerException in org.specrunner.source
 

Subclasses of SpecRunnerException in org.specrunner.source
 class SourceException
           
 

Uses of SpecRunnerException in org.specrunner.source.resource
 

Subclasses of SpecRunnerException in org.specrunner.source.resource
 class ResourceException
           
 



Copyright © 2014. All rights reserved.