Uses of Interface
org.specrunner.result.IResultSet

Packages that use IResultSet
org.specrunner   
org.specrunner.annotator   
org.specrunner.annotator.core   
org.specrunner.core   
org.specrunner.core.pipes   
org.specrunner.dumper   
org.specrunner.dumper.core   
org.specrunner.listeners   
org.specrunner.listeners.core   
org.specrunner.plugins   
org.specrunner.plugins.core   
org.specrunner.plugins.core.data   
org.specrunner.plugins.core.elements   
org.specrunner.plugins.core.flow   
org.specrunner.plugins.core.include   
org.specrunner.plugins.core.language   
org.specrunner.plugins.core.logical   
org.specrunner.plugins.core.macro   
org.specrunner.plugins.core.objects   
org.specrunner.plugins.core.objects.core   
org.specrunner.plugins.core.text   
org.specrunner.plugins.core.var   
org.specrunner.report   
org.specrunner.report.core   
org.specrunner.result   
org.specrunner.result.core   
org.specrunner.runner   
org.specrunner.runner.core   
 

Uses of IResultSet in org.specrunner
 

Methods in org.specrunner that return IResultSet
 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 IResultSet in org.specrunner.annotator
 

Methods in org.specrunner.annotator with parameters of type IResultSet
 void IAnnotator.annotate(IResultSet result)
          Annotates the result information.
 

Uses of IResultSet in org.specrunner.annotator.core
 

Methods in org.specrunner.annotator.core with parameters of type IResultSet
 void AnnotatorTitle.annotate(IResultSet result)
           
 void AnnotatorStacktrace.annotate(IResultSet result)
           
 void AnnotatorLink.annotate(IResultSet result)
           
 void AnnotatorGroupImpl.annotate(IResultSet result)
           
 void AnnotatorCssStatus.annotate(IResultSet result)
           
 void AnnotatorCssActionType.annotate(IResultSet result)
           
 

Uses of IResultSet in org.specrunner.core
 

Methods in org.specrunner.core that return IResultSet
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 IResultSet in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that return IResultSet
protected  IResultSet PipeResult.createResult()
          Create a result instance.
static IResultSet PipeResult.lookup(IChannel channel)
          Recover the result set from channel.
 

Methods in org.specrunner.core.pipes with parameters of type IResultSet
static void PipeResult.bind(IChannel channel, IResultSet result)
          Bind the result set to the channel.
protected  void PipeDump.messageAfter(Map<String,Object> info, IResultSet result)
          Message after execution.
 

Uses of IResultSet in org.specrunner.dumper
 

Methods in org.specrunner.dumper with parameters of type IResultSet
 void ISourceDumper.dump(ISource source, IResultSet result, Map<String,Object> model)
          Extra information to be dumped.
 

Uses of IResultSet in org.specrunner.dumper.core
 

Methods in org.specrunner.dumper.core with parameters of type IResultSet
protected  void SourceDumperCenter.addLinkToFrame(nu.xom.Document document, IResultSet result, Map<String,Object> model)
          Add a link to body.
protected  void SourceDumperDetails.body(IResultSet result, Map<String,Object> model, nu.xom.Element html)
          Creates the label.
protected  void SourceDumperDetails.details(IResultSet result, nu.xom.Element body)
          Add report details.
 void SourceDumperWritables.dump(ISource source, IResultSet result, Map<String,Object> model)
           
 void SourceDumperResources.dump(ISource source, IResultSet result, Map<String,Object> model)
           
 void SourceDumperGroupImpl.dump(ISource source, IResultSet result, Map<String,Object> model)
           
 void SourceDumperDetails.dump(ISource source, IResultSet result, Map<String,Object> model)
           
 void SourceDumperCenter.dump(ISource source, IResultSet result, Map<String,Object> model)
           
protected  void SourceDumperDetails.footer(IResultSet result, Map<String,Object> model, nu.xom.Element body)
          Add report ending.
protected  void SourceDumperDetails.header(IResultSet result, Map<String,Object> model, nu.xom.Element body)
          Set document start.
protected  void AbstractSourceDumperFile.set(ISource source, IResultSet result)
          Set source and result objects.
 

Uses of IResultSet in org.specrunner.listeners
 

Methods in org.specrunner.listeners with parameters of type IResultSet
 void IScenarioListener.afterScenario(String title, nu.xom.Node node, IContext context, IResultSet result)
          Perform something after each scenario.
 void IScenarioListener.beforeScenario(String title, nu.xom.Node node, IContext context, IResultSet result)
          Perform something before each scenario.
 void ISourceListener.onAfter(ISource source, IContext context, IResultSet result)
          To be performed after a source execution.
 void INodeListener.onAfter(nu.xom.Node node, IContext context, IResultSet result)
          Perform some action after plugin execution for a given node.
 void IPluginListener.onAfterEnd(IPlugin plugin, IContext context, IResultSet result)
          Perform some action after plugin ending.
 void IPluginListener.onAfterInit(IPlugin plugin, IContext context, IResultSet result)
          Perform some action after plugin initialization.
 void IPluginListener.onAfterStart(IPlugin plugin, IContext context, IResultSet result)
          Perform some action after plugin start.
 void ISourceListener.onBefore(ISource source, IContext context, IResultSet result)
          To be performed before start a source execution.
 ENext INodeListener.onBefore(nu.xom.Node node, IContext context, IResultSet result)
          Perform some action before building plugin for a given node.
 void IPluginListener.onBeforeEnd(IPlugin plugin, IContext context, IResultSet result)
          Perform some action before plugin ending.
 void IPluginListener.onBeforeInit(IPlugin plugin, IContext context, IResultSet result)
          Perform some action before plugin initialization.
 void IPluginListener.onBeforeStart(IPlugin plugin, IContext context, IResultSet result)
          Perform some action before plugin start.
 

Uses of IResultSet in org.specrunner.listeners.core
 

Fields in org.specrunner.listeners.core declared as IResultSet
protected  IResultSet ScenarioFrameListener.subset
          The subset of general result for this scenario.
 

Methods in org.specrunner.listeners.core that return IResultSet
 IResultSet ScenarioFrameListener.getResult()
          Get the result subset specific to this scenario.
 

Methods in org.specrunner.listeners.core with parameters of type IResultSet
protected  void ScenarioFrameListener.fireAfter(String title, nu.xom.Node node, IContext context, IResultSet result)
          Fire listeners after scenarios.
protected  void ScenarioFrameListener.fireBefore(String title, nu.xom.Node node, IContext context, IResultSet result)
          Fire listeners before scenarios.
 void ProfilerSourceListener.onAfter(ISource source, IContext context, IResultSet result)
           
 void AbstractSourceListener.onAfter(ISource source, IContext context, IResultSet result)
           
 void ScenarioFrameListener.onAfter(nu.xom.Node node, IContext context, IResultSet result)
           
 void PauseOnFailureNodeListener.onAfter(nu.xom.Node node, IContext context, IResultSet result)
           
 void AbstractNodeListener.onAfter(nu.xom.Node node, IContext context, IResultSet result)
           
 void TagPluginListener.onAfterEnd(IPlugin plugin, IContext context, IResultSet result)
           
 void ProfilerPluginListener.onAfterEnd(IPlugin plugin, IContext context, IResultSet result)
           
 void AbstractPluginListener.onAfterEnd(IPlugin plugin, IContext context, IResultSet result)
           
 void ProfilerPluginListener.onAfterInit(IPlugin plugin, IContext context, IResultSet result)
           
 void AbstractPluginListener.onAfterInit(IPlugin plugin, IContext context, IResultSet result)
           
 void ProfilerPluginListener.onAfterStart(IPlugin plugin, IContext context, IResultSet result)
           
 void AbstractPluginListener.onAfterStart(IPlugin plugin, IContext context, IResultSet result)
           
 void ProfilerSourceListener.onBefore(ISource source, IContext context, IResultSet result)
           
 void AbstractSourceListener.onBefore(ISource source, IContext context, IResultSet result)
           
 ENext ScenarioFrameListener.onBefore(nu.xom.Node node, IContext context, IResultSet result)
           
 ENext PauseOnFailureNodeListener.onBefore(nu.xom.Node node, IContext context, IResultSet result)
           
 ENext AbstractNodeListener.onBefore(nu.xom.Node node, IContext context, IResultSet result)
           
 void ProfilerPluginListener.onBeforeEnd(IPlugin plugin, IContext context, IResultSet result)
           
 void AbstractPluginListener.onBeforeEnd(IPlugin plugin, IContext context, IResultSet result)
           
 void ProfilerPluginListener.onBeforeInit(IPlugin plugin, IContext context, IResultSet result)
           
 void AbstractPluginListener.onBeforeInit(IPlugin plugin, IContext context, IResultSet result)
           
 void ProfilerPluginListener.onBeforeStart(IPlugin plugin, IContext context, IResultSet result)
           
 void AbstractPluginListener.onBeforeStart(IPlugin plugin, IContext context, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.plugins
 

Methods in org.specrunner.plugins with parameters of type IResultSet
 void IPlugin.doEnd(IContext context, IResultSet result)
          The end action. i.e. after a loop specification perform something in a newly generated table.
 ENext IPlugin.doStart(IContext context, IResultSet result)
          Performs the start action. i.e. create a database schema.
 

Uses of IResultSet in org.specrunner.plugins.core
 

Methods in org.specrunner.plugins.core with parameters of type IResultSet
static void UtilPlugin.compare(nu.xom.Node node, IPlugin plugin, IResultSet result, IComparator comparator, Object expected, Object received)
          Perform a comparison and add the result to the given node.
static void UtilPlugin.compare(nu.xom.Node node, IResultSet result, Object expected, Object received)
          Perform a comparison and add the result to the given node.
 void PluginGroupImpl.doEnd(IContext context, IResultSet result)
           
 void AbstractPluginTable.doEnd(IContext context, IResultSet result)
           
 void AbstractPluginDual.doEnd(IContext context, IResultSet result)
           
 void AbstractPlugin.doEnd(IContext context, IResultSet result)
           
 void AbstractPluginTable.doEnd(IContext context, IResultSet result, TableAdapter tableAdapter)
          Perform an ending action.
 ENext PluginGroupImpl.doStart(IContext context, IResultSet result)
           
 ENext AbstractPluginTable.doStart(IContext context, IResultSet result)
           
 ENext AbstractPluginDual.doStart(IContext context, IResultSet result)
           
 ENext AbstractPlugin.doStart(IContext context, IResultSet result)
           
 ENext AbstractPluginTable.doStart(IContext context, IResultSet result, TableAdapter tableAdapter)
          Perform the plugin start action.
protected  ENext AbstractPluginDual.perform(IContext context, IResultSet result)
          Perform plugin action/assertion.
static void UtilPlugin.performChildren(nu.xom.Node node, IContext context, IResultSet result)
          Executes the children of a given node.
static void UtilPlugin.performComandsFirst(IContext context, IResultSet result, nu.xom.Node element)
          Perform children using commands before asserts.
 

Uses of IResultSet in org.specrunner.plugins.core.data
 

Methods in org.specrunner.plugins.core.data with parameters of type IResultSet
 void PluginMap.doEnd(IContext context, IResultSet result, TableAdapter tableAdapter)
           
 ENext PluginMap.doStart(IContext context, IResultSet result, TableAdapter tableAdapter)
           
 

Uses of IResultSet in org.specrunner.plugins.core.elements
 

Methods in org.specrunner.plugins.core.elements with parameters of type IResultSet
 ENext PluginHtml.doStart(IContext context, IResultSet result)
           
 ENext AbstractPluginResourceReplaceable.doStart(IContext context, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.plugins.core.flow
 

Methods in org.specrunner.plugins.core.flow with parameters of type IResultSet
 ENext PluginWhile.doStart(IContext context, IResultSet result)
           
 ENext PluginPause.doStart(IContext context, IResultSet result)
           
 ENext PluginIterator.doStart(IContext context, IResultSet result)
           
 ENext PluginIfBranch.doStart(IContext context, IResultSet result)
           
 ENext PluginIf.doStart(IContext context, IResultSet result)
           
 ENext PluginFor.doStart(IContext context, IResultSet result)
           
 ENext PluginExecuteRows.doStart(IContext context, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.plugins.core.include
 

Methods in org.specrunner.plugins.core.include with parameters of type IResultSet
 ENext PluginInclude.doStart(IContext context, IResultSet result)
           
 ENext PluginImport.doStart(IContext context, IResultSet result)
           
 ENext PluginColumn.doStart(IContext context, IResultSet result, TableAdapter tableAdapter)
           
 

Uses of IResultSet in org.specrunner.plugins.core.language
 

Methods in org.specrunner.plugins.core.language with parameters of type IResultSet
 void PluginSentence.doEnd(IContext context, IResultSet result)
           
 

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

Methods in org.specrunner.plugins.core.logical with parameters of type IResultSet
protected  void PluginCompareTree.compare(IContext context, IResultSet result, nu.xom.Node received, nu.xom.Node expected)
          Compare two nodes.
 void PluginCompareTree.doEnd(IContext context, IResultSet result)
           
 ENext PluginVerifyRows.doStart(IContext context, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.plugins.core.macro
 

Methods in org.specrunner.plugins.core.macro with parameters of type IResultSet
 ENext PluginMacro.doStart(IContext context, IResultSet result)
           
 ENext PluginCall.doStart(IContext context, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.plugins.core.objects
 

Methods in org.specrunner.plugins.core.objects with parameters of type IResultSet
protected  void AbstractPluginObjectSelect.action(IContext context, Object instance, RowAdapter row, IResultSet result)
           
protected abstract  void AbstractPluginObject.action(IContext context, Object instance, RowAdapter row, IResultSet result)
          This method can be and should be overridden to perform save, comparison, etc for updates.
protected  void AbstractPluginObjectSelectUnique.addError(IContext context, RowAdapter row, IResultSet result, Exception e)
          Add a error to a comparison.
 void AbstractPluginObject.doEnd(IContext context, IResultSet result, TableAdapter table)
           
abstract  void AbstractPluginObjectSelectUnique.perform(IContext context, Object base, Object instance, RowAdapter row, IResultSet result)
          Perform something on a database object.
 void AbstractPluginObjectCompare.perform(IContext context, Object base, Object instance, RowAdapter row, IResultSet result)
           
protected  boolean AbstractPluginObject.populate(Object instance, IContext context, RowAdapter row, IResultSet result)
          Populate the object instance with row information.
protected  void AbstractPluginObject.processLine(IContext context, RowAdapter row, IResultSet result)
          Process a given row.
 void AbstractPluginObjectSelectUnique.processList(IContext context, Object instance, RowAdapter row, IResultSet result, List<Object> list)
           
 void AbstractPluginObjectSelectNone.processList(IContext context, Object instance, RowAdapter row, IResultSet result, List<Object> list)
           
abstract  void AbstractPluginObjectSelect.processList(IContext context, Object instance, RowAdapter row, IResultSet result, List<Object> list)
          Process the list of objects recovered.
 List<Object> IObjectSelector.select(AbstractPluginObject caller, IContext context, Object instance, RowAdapter row, IResultSet result)
          Performs a select on object repository to compare with the reference.
 

Uses of IResultSet in org.specrunner.plugins.core.objects.core
 

Methods in org.specrunner.plugins.core.objects.core with parameters of type IResultSet
protected  void PluginInsert.action(IContext context, Object instance, RowAdapter row, IResultSet result)
           
 void PluginDelete.perform(IContext context, Object base, Object instance, RowAdapter row, IResultSet result)
           
 List<Object> ObjectSelector.select(AbstractPluginObject caller, IContext context, Object instance, RowAdapter row, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.plugins.core.text
 

Methods in org.specrunner.plugins.core.text with parameters of type IResultSet
 ENext PluginReplacerMap.doStart(IContext context, IResultSet result)
           
 ENext PluginReplacer.doStart(IContext context, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.plugins.core.var
 

Methods in org.specrunner.plugins.core.var with parameters of type IResultSet
 ENext PluginExecuteLatter.doStart(IContext context, IResultSet result)
           
 ENext PluginBean.doStart(IContext context, IResultSet result)
           
 

Uses of IResultSet in org.specrunner.report
 

Methods in org.specrunner.report with parameters of type IResultSet
 void IReporter.analyse(IResultSet result, Map<String,Object> model)
          Add information to the reporter.
 

Uses of IResultSet in org.specrunner.report.core
 

Methods in org.specrunner.report.core with parameters of type IResultSet
 void ReporterGroupImpl.analyse(IResultSet result, Map<String,Object> model)
           
 void AbstractReport.analyse(IResultSet result, Map<String,Object> model)
           
protected  Resume AbstractReport.createInstance(IResultSet result, Map<String,Object> model)
          Create a resume instance.
protected  Resume AbstractReport.createResume(IResultSet result, Map<String,Object> model)
          Create a resume of result.
 

Uses of IResultSet in org.specrunner.result
 

Methods in org.specrunner.result that return IResultSet
 IResultSet IResultFactory.newResult()
          Creates a new result.
 IResultSet IResultSet.subSet(int start, int end)
          Get a subset of result as a result set itself.
 

Uses of IResultSet in org.specrunner.result.core
 

Classes in org.specrunner.result.core that implement IResultSet
 class ResultSetImpl
          Default result set implementation.
 

Methods in org.specrunner.result.core that return IResultSet
 IResultSet ResultFactoryImpl.newResult()
           
 IResultSet ResultSetImpl.subSet(int start, int end)
           
 

Uses of IResultSet in org.specrunner.runner
 

Methods in org.specrunner.runner with parameters of type IResultSet
 void IRunner.run(IPlugin plugin, IContext context, IResultSet result)
          Performs a plugin without a node specification.
 void IRunner.run(ISource source, IContext context, IResultSet result)
          Performs the specification in source.
 void IRunner.run(nu.xom.Node node, IContext context, IResultSet result)
          Performs the specification node.
 

Uses of IResultSet in org.specrunner.runner.core
 

Methods in org.specrunner.runner.core with parameters of type IResultSet
protected  void RunnerImpl.checkTimeout(IContext context, IResultSet result, IPlugin plugin, long start, String method)
          Check timeout to perform the plugin.
protected  void RunnerImpl.end(IContext context, IResultSet result, IPlugin plugin, List<IPluginListener> listeners)
          Perform end operations.
protected  void RunnerImpl.initialization(IContext context, IResultSet result, IPlugin plugin, List<IPluginListener> listeners)
          Perform initialization.
protected  void RunnerImpl.local(nu.xom.Node node, IContext context, IResultSet result, IPlugin previous)
          Perform node execution.
protected  ENext RunnerImpl.nodeStart(nu.xom.Node node, IContext context, IResultSet result, List<INodeListener> listeners)
          Perform start node listeners.
 void RunnerImpl.run(IPlugin plugin, IContext context, IResultSet result)
           
 void RunnerImpl.run(ISource source, IContext context, IResultSet result)
           
 void RunnerImpl.run(nu.xom.Node node, IContext context, IResultSet result)
           
protected  ENext RunnerImpl.start(IContext context, IResultSet result, IPlugin plugin, List<IPluginListener> listeners)
          Perform start operation of plugins.
 



Copyright © 2014. All rights reserved.