A B C D E F G H I J K L M N O P R S T U V W Y 

A

AbortException - Exception in org.specrunner.pipeline
 
AbortException() - Constructor for exception org.specrunner.pipeline.AbortException
 
AbortException(String) - Constructor for exception org.specrunner.pipeline.AbortException
 
AbortException(Throwable) - Constructor for exception org.specrunner.pipeline.AbortException
 
AbortException(String, Throwable) - Constructor for exception org.specrunner.pipeline.AbortException
 
AbstractBlockListener - Class in org.specrunner.listeners.core
Helper for block listeners.
AbstractBlockListener() - Constructor for class org.specrunner.listeners.core.AbstractBlockListener
 
AbstractCacheFactory - Class in org.specrunner.util.cache.core
Abstract implementation of a factory.
AbstractCacheFactory() - Constructor for class org.specrunner.util.cache.core.AbstractCacheFactory
 
AbstractComparatorTime - Class in org.specrunner.comparators.core
Abstract comparator of time objects.
AbstractComparatorTime() - Constructor for class org.specrunner.comparators.core.AbstractComparatorTime
 
AbstractContextListener - Class in org.specrunner.listeners.core
Helper for context listeners.
AbstractContextListener() - Constructor for class org.specrunner.listeners.core.AbstractContextListener
 
AbstractConverterJodatimeCurrentTemplate<T> - Class in org.specrunner.converters.core
Create current date.
AbstractConverterJodatimeCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
See superclass.
AbstractConverterJvmTimeCurrentTemplate<T> - Class in org.specrunner.converters.core
Create current date (in timestamp).
AbstractConverterJvmTimeCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
See superclass.
AbstractConverterTimeTemplate<T> - Class in org.specrunner.converters.core
Create time information.
AbstractConverterTimeTemplate(List<String>) - Constructor for class org.specrunner.converters.core.AbstractConverterTimeTemplate
Constructor using strings.
AbstractConverterTimezone<T> - Class in org.specrunner.converters.core
Create timezone information.
AbstractConverterTimezone() - Constructor for class org.specrunner.converters.core.AbstractConverterTimezone
 
AbstractExpression - Class in org.specrunner.expressions.core
The expression factory.
AbstractExpression(IExpressionFactory) - Constructor for class org.specrunner.expressions.core.AbstractExpression
Basic constructor.
AbstractExpressionFactory - Class in org.specrunner.expressions.core
Partial expression factory implementation.
AbstractExpressionFactory() - Constructor for class org.specrunner.expressions.core.AbstractExpressionFactory
 
AbstractFormatterTime<T> - Class in org.specrunner.formatters.core
Create time pattern formatter.
AbstractFormatterTime() - Constructor for class org.specrunner.formatters.core.AbstractFormatterTime
 
AbstractNamespaceProcessor - Class in org.specrunner.source.namespace.core
Basic processor.
AbstractNamespaceProcessor(String, String, String) - Constructor for class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Default.
AbstractNodeListener - Class in org.specrunner.listeners.core
Helper for node listeners.
AbstractNodeListener() - Constructor for class org.specrunner.listeners.core.AbstractNodeListener
 
AbstractPipeModel - Class in org.specrunner.core.pipes
A pipe with information about a model.
AbstractPipeModel() - Constructor for class org.specrunner.core.pipes.AbstractPipeModel
 
AbstractPlugin - Class in org.specrunner.plugins.core
Adapter for plugins.
AbstractPlugin() - Constructor for class org.specrunner.plugins.core.AbstractPlugin
Default constructor.
AbstractPluginDefine - Class in org.specrunner.plugins.core.var
Defines variables.
AbstractPluginDefine() - Constructor for class org.specrunner.plugins.core.var.AbstractPluginDefine
 
AbstractPluginDual - Class in org.specrunner.plugins.core
A generic plugin which performs a test, it the result is true, a success result is added, otherwise adds an error to the result.
AbstractPluginDual() - Constructor for class org.specrunner.plugins.core.AbstractPluginDual
 
AbstractPluginListener - Class in org.specrunner.listeners.core
Helper for plugin listeners.
AbstractPluginListener() - Constructor for class org.specrunner.listeners.core.AbstractPluginListener
 
AbstractPluginNamed - Class in org.specrunner.plugins.core
A plugin with name information.
AbstractPluginNamed() - Constructor for class org.specrunner.plugins.core.AbstractPluginNamed
 
AbstractPluginObject - Class in org.specrunner.plugins.core.objects
Generic object plugin.
AbstractPluginObject() - Constructor for class org.specrunner.plugins.core.objects.AbstractPluginObject
 
AbstractPluginObject.Field - Class in org.specrunner.plugins.core.objects
Hold column information.
AbstractPluginObject.Field() - Constructor for class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
 
AbstractPluginObjectCompare<T> - Class in org.specrunner.plugins.core.objects
Performs comparison of objects.
AbstractPluginObjectCompare(IObjectSelector<T>) - Constructor for class org.specrunner.plugins.core.objects.AbstractPluginObjectCompare
Create a plugin comparator, provided an object selector.
AbstractPluginObjectCompareAll<T> - Class in org.specrunner.plugins.core.objects
Check if a given list of objects is the same of object manager.
AbstractPluginObjectCompareAll(IObjectSelector<T>) - Constructor for class org.specrunner.plugins.core.objects.AbstractPluginObjectCompareAll
 
AbstractPluginObjectSelect<T> - Class in org.specrunner.plugins.core.objects
Perform something on a selected object.
AbstractPluginObjectSelect(IObjectSelector<T>) - Constructor for class org.specrunner.plugins.core.objects.AbstractPluginObjectSelect
Create a select plugin, provided an object selector.
AbstractPluginObjectSelectNone<T> - Class in org.specrunner.plugins.core.objects
Check if an object is not in object repository.
AbstractPluginObjectSelectNone(IObjectSelector<T>) - Constructor for class org.specrunner.plugins.core.objects.AbstractPluginObjectSelectNone
Create a none plugin, provided an object selector.
AbstractPluginObjectSelectUnique<T> - Class in org.specrunner.plugins.core.objects
Performs something on a selected object.
AbstractPluginObjectSelectUnique(IObjectSelector<T>) - Constructor for class org.specrunner.plugins.core.objects.AbstractPluginObjectSelectUnique
Create a select plugin, provided an object selector.
AbstractPluginResource - Class in org.specrunner.plugins.core.elements
Helper class for resources plugins.
AbstractPluginResource() - Constructor for class org.specrunner.plugins.core.elements.AbstractPluginResource
Constructor.
AbstractPluginResourceReplaceable - Class in org.specrunner.plugins.core.elements
Plugin to replace resources.
AbstractPluginResourceReplaceable() - Constructor for class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
 
AbstractPluginResourceReplaceableSrc - Class in org.specrunner.plugins.core.elements
Plugin to replace 'src' resources.
AbstractPluginResourceReplaceableSrc() - Constructor for class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceableSrc
 
AbstractPluginScoped - Class in org.specrunner.plugins.core
A plugin with scope information.
AbstractPluginScoped() - Constructor for class org.specrunner.plugins.core.AbstractPluginScoped
 
AbstractPluginTable - Class in org.specrunner.plugins.core
Adapter for plugins on tables.
AbstractPluginTable() - Constructor for class org.specrunner.plugins.core.AbstractPluginTable
 
AbstractPluginValue - Class in org.specrunner.plugins.core
Stand for a plugin with a value attribute, or a value which must be calculate by evaluating the content of the specification.
AbstractPluginValue() - Constructor for class org.specrunner.plugins.core.AbstractPluginValue
 
AbstractResource - Class in org.specrunner.source.resource.core
Partial resource implementation.
AbstractResource(ISource, String, boolean, EType) - Constructor for class org.specrunner.source.resource.core.AbstractResource
Partial constructor.
AbstractResourceElement - Class in org.specrunner.source.resource.element.core
Abstract implementation of a resource with a Element counterpart.
AbstractResourceElement(ISource, String, boolean, EType, Element) - Constructor for class org.specrunner.source.resource.element.core.AbstractResourceElement
Creates a element resource.
AbstractResourceElementAtt - Class in org.specrunner.source.resource.element.core
A resource.
AbstractResourceElementAtt(ISource, String, boolean, EType, Element, String, String) - Constructor for class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
Creates a resource.
AbstractResourceHeader - Class in org.specrunner.source.resource.positional.core
Default resource to be written in header part.
AbstractResourceHeader(ISource, String, boolean, EType, Position) - Constructor for class org.specrunner.source.resource.positional.core.AbstractResourceHeader
Creates a header resource.
AbstractResourcePositional - Class in org.specrunner.source.resource.positional.core
A positional resource.
AbstractResourcePositional(ISource, String, boolean, EType, Position) - Constructor for class org.specrunner.source.resource.positional.core.AbstractResourcePositional
Creates a positional resource.
AbstractReusable<T> - Class in org.specrunner.reuse.core
Partial reusable object implementation.
AbstractReusable(String, T) - Constructor for class org.specrunner.reuse.core.AbstractReusable
Create a reusable resource with name and the object to be reused.
AbstractScenarioWrapperAfterListener - Class in org.specrunner.listeners.core
Wrapp a scenario with a end tag.
AbstractScenarioWrapperAfterListener() - Constructor for class org.specrunner.listeners.core.AbstractScenarioWrapperAfterListener
 
AbstractScenarioWrapperBeforeListener - Class in org.specrunner.listeners.core
Wrapp a scenario with a start tag.
AbstractScenarioWrapperBeforeListener() - Constructor for class org.specrunner.listeners.core.AbstractScenarioWrapperBeforeListener
 
AbstractScenarioWrapperListener - Class in org.specrunner.listeners.core
Wrapp a scenario with a start tag, and an end tag, i.e.
AbstractScenarioWrapperListener() - Constructor for class org.specrunner.listeners.core.AbstractScenarioWrapperListener
 
AbstractSourceDumperFile - Class in org.specrunner.dumper.core
A partial dumper which writes data to files.
AbstractSourceDumperFile() - Constructor for class org.specrunner.dumper.core.AbstractSourceDumperFile
 
AbstractSourceFactory - Class in org.specrunner.source.core
Abstraction to readers.
AbstractSourceFactory() - Constructor for class org.specrunner.source.core.AbstractSourceFactory
 
AbstractSourceListener - Class in org.specrunner.listeners.core
Helper for source listeners.
AbstractSourceListener() - Constructor for class org.specrunner.listeners.core.AbstractSourceListener
 
AbstractType<T extends AbstractType<T>> - Class in org.specrunner.util.xom
A type with importance.
AbstractType(String, double) - Constructor for class org.specrunner.util.xom.AbstractType
Creates a type.
accept(Object) - Method in class org.specrunner.converters.core.ConverterDefault
 
accept(Object) - Method in class org.specrunner.converters.core.ConverterNotNullNotEmpty
 
accept(Object) - Method in interface org.specrunner.converters.IConverter
Indicate if the converter accepts a given input value.
accept(String, String) - Method in class org.specrunner.result.core.StringTestContains
 
accept(String, String) - Method in class org.specrunner.result.core.StringTestContainsParts
 
accept(String, String) - Method in class org.specrunner.result.core.StringTestDefault
 
accept(IResult) - Method in interface org.specrunner.result.IResultFilter
Check if a status is accepted.
accept(String, String) - Method in interface org.specrunner.result.IStringTest
Message acceptance criteria.
accept(IBlock) - Method in class org.specrunner.runner.core.BlockFilterDefault
 
accept(IBlock) - Method in interface org.specrunner.runner.IBlockFilter
Check if a given block is accepted.
accepted(Object, String, Object...) - Method in class org.specrunner.parameters.core.AccessImpl
 
accepted(Object, String, Object...) - Method in interface org.specrunner.parameters.IAccess
Get the accepted type(s) for a feature assignment or arguments.
AccessFactoryImpl - Class in org.specrunner.parameters.core
Default implementation of IAccessFactory.
AccessFactoryImpl() - Constructor for class org.specrunner.parameters.core.AccessFactoryImpl
 
AccessImpl - Class in org.specrunner.parameters.core
Default implementation of IAccess.
AccessImpl(Field) - Constructor for class org.specrunner.parameters.core.AccessImpl
Basic filed access constructor.
AccessImpl(PropertyDescriptor) - Constructor for class org.specrunner.parameters.core.AccessImpl
Basic bean access constructor.
AccessImpl(Method) - Constructor for class org.specrunner.parameters.core.AccessImpl
Basic method access constructor.
action(IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
This method can be and should be overridden to perform save, comparison, etc for updates.
action(IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelect
 
action(IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.core.PluginCollection
 
action(IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.core.PluginInsert
 
ActionType - Class in org.specrunner.plugins
A type for plugins.
ActionType(String, double) - Constructor for class org.specrunner.plugins.ActionType
Creates a type.
actionTypes() - Method in class org.specrunner.result.core.ResultSetImpl
 
actionTypes(List<IResult>) - Method in class org.specrunner.result.core.ResultSetImpl
 
actionTypes() - Method in interface org.specrunner.result.IResultSet
List action types available for all results.
actionTypes(List<IResult>) - Method in interface org.specrunner.result.IResultSet
List action types available for the result subset.
add(String, Object) - Method in class org.specrunner.configuration.core.ConfigurationImpl
 
add(String, Object) - Method in interface org.specrunner.configuration.IConfiguration
Add a feature to the configuration.
add(Map<String, String>, List<Properties>) - Static method in class org.specrunner.converters.core.UtilDate
 
add(String, Object) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
add(String, Object, boolean) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
add(String, Object) - Method in interface org.specrunner.features.IFeatureManager
Set a feature to a value.
add(String, Object, boolean) - Method in interface org.specrunner.features.IFeatureManager
Set a feature to a value.
add(ISpecRunnerListener) - Method in class org.specrunner.listeners.core.ListenerManagerImpl
 
add(String, Object) - Method in class org.specrunner.pipeline.core.ChannelImpl
 
add(String, Object) - Method in interface org.specrunner.pipeline.IChannel
Add data to the channel.
add() - Method in class org.specrunner.plugins.core.factories.PluginFactoryGroupDefault
Add predefined factories.
add(IPlugin) - Method in class org.specrunner.plugins.core.PluginGroupImpl
Adds a child plugin.
add(IResumeDumper) - Method in class org.specrunner.report.core.ResumeReporter
Add a dumper of resumes.
add(IResource) - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
add(T) - Method in class org.specrunner.util.composite.core.CompositeImpl
 
add(T) - Method in interface org.specrunner.util.composite.IComposite
Add a child and return the object itself.
addCss(String, boolean, EType) - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
addCss(String, boolean, EType, Position) - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
addCss(String, boolean, EType) - Method in interface org.specrunner.source.resource.IResourceManager
Adds a CSS to the head end.
addCss(String, boolean, EType, Position) - Method in interface org.specrunner.source.resource.IResourceManager
Adds a CSS specified by path to a given position.
addDefaultCss() - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
addDefaultCss() - Method in interface org.specrunner.source.resource.IResourceManager
Add default CSS files.
addDefaultJs() - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
addDefaultJs() - Method in interface org.specrunner.source.resource.IResourceManager
Add default JavaScript files.
addDetail(Element) - Method in exception org.specrunner.util.aligner.core.DefaultAlignmentException
Provide detailed information of alignment.
addDoctype(Document) - Method in class org.specrunner.source.core.AbstractSourceFactory
Adds the XHTML Doctype to the document if none is specified.
addElement(int, String, IWritable, Map<String, String>, IBlock) - Method in class org.specrunner.dumper.core.SourceDumperWritables
Add element parts of writable elements.
addEquals(Element, StringBuilder, StringBuilder) - Method in exception org.specrunner.util.aligner.core.DefaultAlignmentException
Add a common part.
addError(IContext, RowAdapter, IResultSet, Exception) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelectUnique
Add a error to a comparison.
addHook(SRServices) - Static method in class org.specrunner.SRServices
Add shutdown hook to the environment.
addJs(String, boolean, EType) - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
addJs(String, boolean, EType, Position) - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
addJs(String, boolean, EType) - Method in interface org.specrunner.source.resource.IResourceManager
Adds a JS specified by path to a given position.
addJs(String, boolean, EType, Position) - Method in interface org.specrunner.source.resource.IResourceManager
Adds a JS specified by path to a given position.
addLinkToError(Node, Status, int) - Method in class org.specrunner.annotator.core.AnnotatorLink
Add a link to a node.
addLinkToFrame(Document, IResultSet, Map<String, Object>) - Method in class org.specrunner.dumper.core.SourceDumperCenter
Add a link to body.
addMetadata() - Method in class org.specrunner.context.core.ContextImpl
 
addMetadata() - Method in interface org.specrunner.context.IContext
Add metadata from block context.
addNode(Node) - Method in class org.specrunner.source.resource.core.AbstractResource
 
addNode(Node) - Method in interface org.specrunner.source.resource.IResource
Add a node representation.
addNotEquals(int, Element, StringBuilder, StringBuilder) - Method in exception org.specrunner.util.aligner.core.DefaultAlignmentException
Add a diferent part.
addPipelineListener(IPipeListener) - Method in class org.specrunner.pipeline.core.PipelineImpl
 
addPipelineListener(IPipeListener) - Method in interface org.specrunner.pipeline.IPipeline
Add a listener.
addResource(ISource, String, Element) - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
Add the resource as a reference.
addResource(ISource, String, Element) - Method in class org.specrunner.plugins.core.elements.PluginImg
 
addResource(ISource, String, Element) - Method in class org.specrunner.plugins.core.elements.PluginLink
 
addResource(ISource, String, Element) - Method in class org.specrunner.plugins.core.elements.PluginScript
 
addResources(ISource) - Method in class org.specrunner.core.pipes.PipeSource
Add resources to a source.
addResult(Status, IBlock) - Method in class org.specrunner.result.core.ResultSetImpl
 
addResult(Status, IBlock, IWritable) - Method in class org.specrunner.result.core.ResultSetImpl
 
addResult(Status, IBlock, String) - Method in class org.specrunner.result.core.ResultSetImpl
 
addResult(Status, IBlock, String, IWritable) - Method in class org.specrunner.result.core.ResultSetImpl
 
addResult(Status, IBlock, Throwable) - Method in class org.specrunner.result.core.ResultSetImpl
 
addResult(Status, IBlock, Throwable, IWritable) - Method in class org.specrunner.result.core.ResultSetImpl
 
addResult(Status, IBlock, String, Throwable, IWritable) - Method in class org.specrunner.result.core.ResultSetImpl
Add a result.
addResult(Status, IBlock) - Method in interface org.specrunner.result.IResultSet
Add a result.
addResult(Status, IBlock, IWritable) - Method in interface org.specrunner.result.IResultSet
Adds a result.
addResult(Status, IBlock, String) - Method in interface org.specrunner.result.IResultSet
Adds a result with a message.
addResult(Status, IBlock, String, IWritable) - Method in interface org.specrunner.result.IResultSet
Adds a result with a message and a writable information.
addResult(Status, IBlock, Throwable) - Method in interface org.specrunner.result.IResultSet
Adds a result with failure information.
addResult(Status, IBlock, Throwable, IWritable) - Method in interface org.specrunner.result.IResultSet
Adds a result with failure and a writable information.
addStackTrace(Node, IResult, int) - Method in class org.specrunner.annotator.core.AnnotatorStacktrace
Add a stack trace to a node.
addTitle(Node, String, Throwable) - Method in class org.specrunner.annotator.core.AnnotatorTitle
Add title to a node based on error.
addToDoc(ISource, IResourcePositional) - Static method in class org.specrunner.util.UtilResources
Add a positional resource to a document.
addWritable(File, int, String, IResult) - Method in class org.specrunner.dumper.core.SourceDumperWritables
Write elements.
after - Variable in class org.specrunner.plugins.core.data.PluginMap
true, to resolve content before mapping, false, otherwise.
after - Variable in class org.specrunner.plugins.core.language.PluginSentence
Flag to enable lookup method after arguments conversion.
afterInvoke(Method, IContext, Object) - Method in class org.specrunner.plugins.core.language.PluginSentence
Perform something after method invocation.
AfterScenario - Annotation Type in org.specrunner.annotations
Annotation for scenario after actions.
afterScenario(String, Node, IContext, IResultSet, Object) - Method in interface org.specrunner.annotations.IScenarioListener
Perform something after each scenario.
afterScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
 
afterScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.ScenarioCleanerListener
 
afterScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerCleaner
 
aliasToField - Variable in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
aliasToField - Variable in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
aliasToField - Variable in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
aliasToField - Variable in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
aliasToField - Variable in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
aliasToTypeNames - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Map from alias to class name.
aliasToTypes - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Map from alias to types.
align() - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
Perform alignment.
align(String, String) - Method in class org.specrunner.util.aligner.core.StringAlignerFactoryImpl
 
align(String, String, char) - Method in class org.specrunner.util.aligner.core.StringAlignerFactoryImpl
 
align(String, String) - Method in interface org.specrunner.util.aligner.IStringAlignerFactory
Creates a new alignment.
align(String, String, char) - Method in interface org.specrunner.util.aligner.IStringAlignerFactory
Creates a new alignment.
aligner - Variable in exception org.specrunner.util.aligner.AlignmentException
 
AlignmentException - Exception in org.specrunner.util.aligner
 
AlignmentException(String, IStringAligner) - Constructor for exception org.specrunner.util.aligner.AlignmentException
 
all(Class<T>) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
all(AbstractPluginObject, IContext, IResultSet) - Method in class org.specrunner.plugins.core.objects.core.ObjectSelector
 
all(Class<T>) - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Lookup for a object of a given type, with the given key.
all(AbstractPluginObject, IContext, IResultSet) - Method in interface org.specrunner.plugins.core.objects.IObjectSelector
Performs a select all object of a given type.
allParameters - Variable in class org.specrunner.parameters.core.ParameterDecoratorImpl
Set of all parameters, valid or not.
alphabet(String, String) - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
Creates the local alphabet.
analyse(IContext, IResultSet, Map<String, Object>) - Method in class org.specrunner.report.core.ReporterGroupImpl
 
analyse(IContext, IResultSet, Map<String, Object>) - Method in class org.specrunner.report.core.ResumeReporter
 
analyse(IContext, IResultSet, Map<String, Object>) - Method in interface org.specrunner.report.IReporter
Add information to the reporter.
analyzeStatus(Status, String, Throwable) - Method in class org.specrunner.result.core.ResultSetImpl
Perform status analysis based on expected message.
annotate(IResultSet) - Method in class org.specrunner.annotator.core.AnnotatorCssActionType
 
annotate(IResultSet) - Method in class org.specrunner.annotator.core.AnnotatorCssStatus
 
annotate(IResultSet) - Method in class org.specrunner.annotator.core.AnnotatorGroupImpl
 
annotate(IResultSet) - Method in class org.specrunner.annotator.core.AnnotatorLink
 
annotate(IResultSet) - Method in class org.specrunner.annotator.core.AnnotatorStacktrace
 
annotate(IResultSet) - Method in class org.specrunner.annotator.core.AnnotatorTitle
 
annotate(IResultSet) - Method in interface org.specrunner.annotator.IAnnotator
Annotates the result information.
annotator - Variable in class org.specrunner.annotator.core.AnnotatorFactoryImpl
Reused annotator.
ANNOTATOR - Static variable in class org.specrunner.core.pipes.PipeAnnotator
Object name into the channel.
AnnotatorCssActionType - Class in org.specrunner.annotator.core
Add CSS style related to action type.
AnnotatorCssActionType() - Constructor for class org.specrunner.annotator.core.AnnotatorCssActionType
 
AnnotatorCssStatus - Class in org.specrunner.annotator.core
Add CSS style related to result status.
AnnotatorCssStatus() - Constructor for class org.specrunner.annotator.core.AnnotatorCssStatus
 
AnnotatorException - Exception in org.specrunner.annotator
Errors on annotation process.
AnnotatorException() - Constructor for exception org.specrunner.annotator.AnnotatorException
 
AnnotatorException(String) - Constructor for exception org.specrunner.annotator.AnnotatorException
 
AnnotatorException(Throwable) - Constructor for exception org.specrunner.annotator.AnnotatorException
 
AnnotatorException(String, Throwable) - Constructor for exception org.specrunner.annotator.AnnotatorException
 
AnnotatorFactoryDefault - Class in org.specrunner.annotator.core
Default annotator factory implementation.
AnnotatorFactoryDefault() - Constructor for class org.specrunner.annotator.core.AnnotatorFactoryDefault
Default constructor.
AnnotatorFactoryGroupImpl - Class in org.specrunner.annotator.core
Default annotator factory group implementation.
AnnotatorFactoryGroupImpl() - Constructor for class org.specrunner.annotator.core.AnnotatorFactoryGroupImpl
 
AnnotatorFactoryImpl - Class in org.specrunner.annotator.core
Default factory implementation.
AnnotatorFactoryImpl(IAnnotator) - Constructor for class org.specrunner.annotator.core.AnnotatorFactoryImpl
Creates a new annotator factory.
AnnotatorGroupImpl - Class in org.specrunner.annotator.core
Default annotator group implementation.
AnnotatorGroupImpl() - Constructor for class org.specrunner.annotator.core.AnnotatorGroupImpl
 
AnnotatorLink - Class in org.specrunner.annotator.core
Add a anchor link (relative) to errors.
AnnotatorLink() - Constructor for class org.specrunner.annotator.core.AnnotatorLink
 
AnnotatorStacktrace - Class in org.specrunner.annotator.core
Add stack traces to nodes with errors.
AnnotatorStacktrace() - Constructor for class org.specrunner.annotator.core.AnnotatorStacktrace
 
AnnotatorTitle - Class in org.specrunner.annotator.core
Add/Append title with result information.
AnnotatorTitle() - Constructor for class org.specrunner.annotator.core.AnnotatorTitle
 
append(Node, IContext, IResultSet, Class<? extends IPlugin>, String, boolean) - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
Append a start and and tag to a scenario.
append(StringBuilder, List<String>) - Method in class org.specrunner.result.core.ResultSetImpl
Append messages to error list.
append(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
append(Node) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
append(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Append text to the node.
append(Node) - Method in interface org.specrunner.util.xom.node.INodeHolder
Append node to the node.
appendChild(Element) - Method in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
Append child elements, by default add a comment.
appendChild(Element) - Method in class org.specrunner.source.resource.element.core.ImageResource
 
appendCss(Node, String) - Static method in class org.specrunner.util.xom.UtilNode
Add a CSS to the node.
appendResources(SRServices, File) - Method in class org.specrunner.report.core.ResumeDumperHtml
Append resources to output, and write data to disk.
apply(P) - Method in class org.specrunner.util.functions.core.PredicateProperty
 
apply(P) - Method in interface org.specrunner.util.functions.IFunction
 
ARG_SIZE - Static variable in class org.specrunner.converters.core.ConverterEnum
Expected arguments size.
ARG_SIZE - Static variable in class org.specrunner.converters.core.ConverterEnumValue
Expected arguments size.
arguments(IContext, String, List<String>, List<Class<?>>, List<Object>, boolean) - Method in class org.specrunner.expressions.core.ExpressionJanino
Prepare arguments.
asExpression(String) - Static method in class org.specrunner.util.expression.UtilExpression
Given a content, surround it with the expression mark.
asNode() - Method in class org.specrunner.result.core.ResultImpl
 
asNode() - Method in class org.specrunner.result.core.ResultSetImpl
 
asNode() - Method in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
 
asNode() - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
 
asNode() - Method in exception org.specrunner.util.aligner.core.DefaultAlignmentException
 
asNode() - Method in class org.specrunner.util.xom.AbstractType
 
asNode() - Method in class org.specrunner.util.xom.core.PresentationCompare
 
asNode() - Method in exception org.specrunner.util.xom.core.PresentationException
 
asNode() - Method in class org.specrunner.util.xom.core.PresentationGroupImpl
 
asNode() - Method in interface org.specrunner.util.xom.IPresentation
The object representation as node.
asNode(Object, Object...) - Method in interface org.specrunner.util.xom.IPresenter
Create a node representation of an object.
asPercentage(Long) - Method in class org.specrunner.report.core.ResumeReporter
Returns a time as percentage.
Assertion - Class in org.specrunner.plugins.type
Assertion: has importance 2.
Assertion() - Constructor for class org.specrunner.plugins.type.Assertion
Default constructor.
asString() - Method in class org.specrunner.result.core.ResultImpl
 
asString() - Method in class org.specrunner.result.core.ResultSetImpl
 
asString() - Method in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
 
asString() - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
 
asString() - Method in exception org.specrunner.util.aligner.core.DefaultAlignmentException
 
asString() - Method in class org.specrunner.util.xom.AbstractType
 
asString() - Method in class org.specrunner.util.xom.core.PresentationCompare
 
asString() - Method in exception org.specrunner.util.xom.core.PresentationException
 
asString() - Method in class org.specrunner.util.xom.core.PresentationGroupImpl
 
asString() - Method in interface org.specrunner.util.xom.IPresentation
The object representation as string.
asString(Object, Object...) - Method in interface org.specrunner.util.xom.IPresenter
Create a string representation.
ATT_AS - Static variable in class org.specrunner.plugins.core.factories.PluginFactoryElement
Attribute to create a element as another type.
ATT_CSS - Static variable in class org.specrunner.util.xom.UtilNode
The CSS attribute name.
ATT_EXECUTE - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Expected style for scenario execute priority.
ATTRIBUTE - Static variable in class org.specrunner.plugins.core.factories.PluginFactoryCSS
Attribute with CSS information.
ATTRIBUTE - Static variable in class org.specrunner.plugins.core.factories.PluginFactoryCustom
Attribute with custom plugin information.
ATTRIBUTE - Static variable in class org.specrunner.plugins.PluginKind
Attribute based factories.
attribute - Variable in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
The attribute where resource lies.
ATTRIBUTE_ARGUMENT_CONVERTER_PREFIX - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for arguments prefix.
ATTRIBUTE_ARGUMENT_FORMATTER_PREFIX - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for arguments prefix.
ATTRIBUTE_CEVALUATION - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for content evaluation on force content scenarios.
ATTRIBUTE_COMPARATOR - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for comparator.
ATTRIBUTE_CONVERTER - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for converter.
ATTRIBUTE_EVALUATION - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for value evaluation.
ATTRIBUTE_FORCE_CONTENT - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute to force evaluation using 'tag getValue()'.
ATTRIBUTE_FORCE_VALUE - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute to force evaluation using 'attribute value' or 'tag getValue()'.
ATTRIBUTE_FORMATTER - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for formatter.
ATTRIBUTE_PROPERTY - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for property access.
ATTRIBUTE_READER - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for reader.
ATTRIBUTE_VALUE - Static variable in interface org.specrunner.util.xom.node.INodeHolder
Attribute for value.
attributeContains(String, String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
attributeContains(String, String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Check if an attribute exists, and if it exists, if it contains the given value.
attributeEquals(String, String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
attributeEquals(String, String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Check if an attribute exists, and if it exists, if it is equal to the given value.
attributeValue - Variable in class org.specrunner.util.xom.node.core.NodeHolderDefault
The attribute value.
availableStatus() - Method in class org.specrunner.result.core.ResultSetImpl
 
availableStatus() - Method in interface org.specrunner.result.IResultSet
Lists status in result.

B

bean - Variable in class org.specrunner.plugins.core.var.PluginBean
Bean instance.
BEAN_NAME - Static variable in class org.specrunner.plugins.core.elements.PluginHtml
The bean name.
BEAN_NAME - Static variable in class org.specrunner.plugins.core.var.PluginBean
The bean object name on context.
BeforeScenario - Annotation Type in org.specrunner.annotations
Annotation for scenario before actions.
beforeScenario(String, Node, IContext, IResultSet, Object) - Method in interface org.specrunner.annotations.IScenarioListener
Perform something before each scenario.
beforeScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperAfterListener
 
beforeScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperBeforeListener
 
beforeScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
 
beforeScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.ScenarioCleanerListener
 
beforeScenario(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerCleaner
 
between(int) - Method in class org.specrunner.util.math.Range
Check if value belongs to a range.
bind(IChannel, IAnnotator) - Static method in class org.specrunner.core.pipes.PipeAnnotator
Bind the object to the channel.
bind(IChannel, IConfiguration) - Static method in class org.specrunner.core.pipes.PipeConfiguration
Bind the object to the channel.
bind(IChannel, IContext) - Static method in class org.specrunner.core.pipes.PipeContext
Bind the object to the channel.
bind(IChannel, ISourceDumper) - Static method in class org.specrunner.core.pipes.PipeDumper
Bind the object to the channel.
bind(IChannel, String) - Static method in class org.specrunner.core.pipes.PipeInput
Bind the object to the channel.
bind(IChannel, IReporter) - Static method in class org.specrunner.core.pipes.PipeReporter
Bind the object to the channel.
bind(IChannel, IResultSet) - Static method in class org.specrunner.core.pipes.PipeResult
Bind the result set to the channel.
bind(IChannel, IRunner) - Static method in class org.specrunner.core.pipes.PipeRunner
Bind the object to the channel.
bind(IChannel, ISource) - Static method in class org.specrunner.core.pipes.PipeSource
Bind a source to the channel.
bind(IChannel, IPlugin) - Static method in class org.specrunner.core.pipes.plugin.PipePlugin
Bind the object to the channel.
bind(PluginKind, String, IPlugin) - Method in class org.specrunner.plugins.core.factories.PluginFactoryGroupImpl
 
bind(PluginKind, String, IPlugin) - Method in class org.specrunner.plugins.core.factories.PluginFactoryImpl
 
bind(PluginKind, String, IPlugin) - Method in class org.specrunner.plugins.core.factories.PluginFactoryText
 
bind(AbstractPluginObject) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
bind(AbstractPluginObject) - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Bind a object plugin to the manager.
bind(PluginKind, String, IPlugin) - Method in interface org.specrunner.plugins.IPluginFactory
Bind a plugin instance to a given kind.
bind(Class<T>, T) - Method in class org.specrunner.SRServices
Bind a service to the SpecRunner.
bind(String, T) - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
 
bind(String, T) - Method in interface org.specrunner.util.mapping.IMappingManager
Binds a T object to a name.
bindAliases(Map<String, String>) - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
bindAliases(Map<String, String>) - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
bindAliases(Map<String, String>) - Method in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
bindAliases(Map<String, String>) - Method in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
bindAliases(Map<String, String>) - Method in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
bindAliases(Map<String, String>) - Static method in class org.specrunner.converters.core.UtilDate
 
bindClass(String, Class<?>) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
bindClass(String, Class<?>) - Method in interface org.specrunner.expressions.IExpressionFactory
Bind a class to a predefined name.
bindDateAliases(Map<String, String>) - Static method in class org.specrunner.converters.core.UtilDate
 
bindDatePatterns(Map<String, String>) - Static method in class org.specrunner.converters.core.UtilJodatime
Bind Jodatime method names.
bindModel(String, IModel<?>) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
bindModel(String, IModel<?>) - Method in interface org.specrunner.expressions.IExpressionFactory
Bind a model to a predefined name.
bindParameters(IContext) - Method in class org.specrunner.plugins.core.include.PluginInclude
Normalize path removing parameters which are set as arguments.
bindPatterns(Map<String, String>) - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
bindPatterns(Map<String, Integer>) - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
bindPatterns(Map<String, String>) - Method in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
bindPatterns(Map<String, String>) - Method in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
bindPatterns(Map<String, String>) - Method in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
bindPatterns(Map<String, Integer>) - Static method in class org.specrunner.converters.core.UtilDate
Bind Jodatime method names.
bindTimeAliases(Map<String, String>) - Static method in class org.specrunner.converters.core.UtilDate
 
bindTimePatterns(Map<String, String>) - Static method in class org.specrunner.converters.core.UtilJodatime
Bind time map.
bindValue(String, Object) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
bindValue(String, Object) - Method in interface org.specrunner.expressions.IExpressionFactory
Binds a predefined value to a name.
BlockException - Exception in org.specrunner.context
 
BlockException() - Constructor for exception org.specrunner.context.BlockException
 
BlockException(String) - Constructor for exception org.specrunner.context.BlockException
 
BlockException(Throwable) - Constructor for exception org.specrunner.context.BlockException
 
BlockException(String, Throwable) - Constructor for exception org.specrunner.context.BlockException
 
BlockFactoryImpl - Class in org.specrunner.context.core
Default block factory implementation.
BlockFactoryImpl() - Constructor for class org.specrunner.context.core.BlockFactoryImpl
 
BlockFilterDefault - Class in org.specrunner.runner.core
Default filter by alias type, and by action type.
BlockFilterDefault() - Constructor for class org.specrunner.runner.core.BlockFilterDefault
 
BlockImpl - Class in org.specrunner.context.core
Default block implementation.
BlockImpl(Node, IPlugin, Map<String, Object>) - Constructor for class org.specrunner.context.core.BlockImpl
Creates a block with node, plugin and mapping.
body(IResultSet, Map<String, Object>, Element) - Method in class org.specrunner.dumper.core.SourceDumperDetails
Creates the label.
BODY - Static variable in class org.specrunner.source.resource.positional.Position
The body position is given by this specification XPath.
BODY_END - Static variable in class org.specrunner.source.resource.positional.Position
On body end.
BODY_START - Static variable in class org.specrunner.source.resource.positional.Position
On body start.
BUFFER_SIZE - Static variable in class org.specrunner.util.UtilIO
Reading buffer size.
builder - Variable in class org.specrunner.pipeline.core.PipelineFactoryXOM
The XML reader.
BuilderFactoryImpl - Class in org.specrunner.source.core
Default builder implementation.
BuilderFactoryImpl() - Constructor for class org.specrunner.source.core.BuilderFactoryImpl
 
byAttribute(IContext, IPluginGroup, Element) - Method in class org.specrunner.plugins.core.factories.PluginFactoryAttribute
Lookup plugin classes using attribute enumeration as reference.
byMapping(IContext, IPluginGroup, Element) - Method in class org.specrunner.plugins.core.factories.PluginFactoryAttribute
Lookup plugin classes using mapped attributes as reference.

C

cache - Static variable in class org.specrunner.converters.core.ConverterDateMidnightPatternArgs
Cache of formatters.
cache - Static variable in class org.specrunner.converters.core.ConverterDatePatternArgs
Cache of formatters.
cache - Static variable in class org.specrunner.converters.core.ConverterDateTimePatternArgs
Cache of formatters.
cache - Static variable in class org.specrunner.converters.core.ConverterMutableDateTimePatternArgs
Cache of formatters.
cache - Static variable in class org.specrunner.expressions.core.ExpressionJanino
Cache of expressions.
cache - Variable in class org.specrunner.formatters.core.AbstractFormatterTime
Cache of formatters.
cache - Variable in class org.specrunner.parameters.core.AccessFactoryImpl
Cache for access information.
cache - Static variable in class org.specrunner.properties.core.PropertyLoaderImpl
Cache of properties.
cache - Static variable in class org.specrunner.source.core.AbstractSourceFactory
Cache of files.
cache - Static variable in class org.specrunner.util.resources.ResourceFinder
Cache of resources.
cache - Static variable in class org.specrunner.util.UtilIO
Cache of resources.
CacheEntry<K,T> - Class in org.specrunner.util.cache
A cache entry.
CacheEntry(K, T) - Constructor for class org.specrunner.util.cache.CacheEntry
Basic constructor.
CacheFactoryDefault - Class in org.specrunner.util.cache.core
Default implementation.
CacheFactoryDefault() - Constructor for class org.specrunner.util.cache.core.CacheFactoryDefault
 
CacheLRU<K,T> - Class in org.specrunner.util.cache.core
LRU implementation of a cache.
CacheLRU(String, ICacheCleaner<T>) - Constructor for class org.specrunner.util.cache.core.CacheLRU
Basic constructor.
cacheMethods - Static variable in class org.specrunner.plugins.core.language.PluginSentence
Cache of type to methods annotated with sentence.
cachePatterns - Static variable in class org.specrunner.plugins.core.language.PluginSentence
Cache of patterns.
cacheTimezone - Static variable in class org.specrunner.converters.core.AbstractConverterTimezone
Cache of timezone.
calculate(String, String, List<Character>, int[][], int) - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
Calculate the matrix of gaps.
camelCase(String) - Method in class org.specrunner.util.string.core.StringNormalizerDefault
 
camelCase(String, boolean) - Method in class org.specrunner.util.string.core.StringNormalizerDefault
 
camelCase(String) - Method in interface org.specrunner.util.string.IStringNormalizer
Camel case characters, as Java attributes or methods.
camelCase(String, boolean) - Method in interface org.specrunner.util.string.IStringNormalizer
Normalize a string using camel case rules.
canReuse(Map<String, Object>) - Method in interface org.specrunner.reuse.IReusable
Return if the reusable can be reused.
captions - Variable in class org.specrunner.util.xom.node.TableAdapter
List of caption elements.
CellAdapter - Class in org.specrunner.util.xom.node
Cell abstraction.
CellAdapter(Element) - Constructor for class org.specrunner.util.xom.node.CellAdapter
Construct a cell node.
cells - Variable in class org.specrunner.util.xom.node.RowAdapter
List of row cells.
cfg - Variable in class org.specrunner.junit.SpecRunnerParametrized.Entry
Entry configuration.
changed - Variable in class org.specrunner.context.core.BlockImpl
Hold if changes have been made to the block.
channel - Variable in class org.specrunner.context.core.ContextImpl
The context channel.
ChannelFactoryImpl - Class in org.specrunner.pipeline.core
Default implementation of a channel factory.
ChannelFactoryImpl() - Constructor for class org.specrunner.pipeline.core.ChannelFactoryImpl
 
ChannelImpl - Class in org.specrunner.pipeline.core
Default implementation of a channel.
ChannelImpl() - Constructor for class org.specrunner.pipeline.core.ChannelImpl
Super class constructor.
ChannelImpl(int, float) - Constructor for class org.specrunner.pipeline.core.ChannelImpl
Super class constructor.
ChannelImpl(int) - Constructor for class org.specrunner.pipeline.core.ChannelImpl
Super class constructor.
ChannelImpl(Map<? extends String, ? extends Object>) - Constructor for class org.specrunner.pipeline.core.ChannelImpl
Super class constructor.
check(IChannel) - Method in class org.specrunner.core.pipes.AbstractPipeModel
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeAnnotate
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeAnnotator
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeContext
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeDump
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeDumper
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeFeatureManager
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeListenerManager
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeMetavariables
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeModel
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeReport
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeReporter
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeResult
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeRun
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeRunner
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeSource
 
check(IChannel) - Method in class org.specrunner.core.pipes.PipeTransformSource
 
check(IChannel) - Method in class org.specrunner.core.pipes.plugin.PipeRun
 
check(IChannel) - Method in class org.specrunner.core.pipes.shutdown.PipeResume
 
check(IChannel) - Method in class org.specrunner.core.pipes.shutdown.PipeReusable
 
check(IChannel) - Method in class org.specrunner.pipeline.core.PipelineImpl
 
check(IChannel) - Method in interface org.specrunner.pipeline.IPipe
Check if a pipe must perform something on channel.
checkCondition(String, IContext) - Method in class org.specrunner.plugins.core.flow.PluginWhile
Check condition.
checkConditional(IPlugin, IContext) - Method in class org.specrunner.runner.core.RunnerImpl
Check condition to perform the plugin.
checked - Variable in class org.specrunner.parameters.core.ParameterDecoratorImpl
Hold information of already checked attributes.
checkParent(File) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Check output directory.
checkpoint - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
A checkpoint where in the general result the scenario starts.
checkTimeout(IContext, IResultSet, IPlugin, long, String) - Method in class org.specrunner.runner.core.RunnerImpl
Check timeout to perform the plugin.
classBlock(RunNotifier) - Method in class org.specrunner.junit.SRBlockJUnit4ClassRunner
 
clean - Variable in class org.specrunner.dumper.core.AbstractSourceDumperFile
Clean attribute.
clean(File) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Clean up directory files before dumping resources.
clean(String) - Method in class org.specrunner.util.string.core.StringNormalizerDefault
 
clean(String) - Method in interface org.specrunner.util.string.IStringNormalizer
Remove all Latin characters.
cleanTarget(String) - Method in class org.specrunner.source.core.AbstractSourceFactory
Clean the target name.
clear(String) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
clear(String) - Method in interface org.specrunner.parameters.IParameterDecorator
Get name cleared.
clear() - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
clear() - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Clear all object mappings.
clearClasses() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
clearClasses() - Method in interface org.specrunner.expressions.IExpressionFactory
Clear predefined class values.
clearGlobal(String) - Method in class org.specrunner.context.core.ContextImpl
 
clearGlobal(String) - Method in interface org.specrunner.context.IContext
Removes a variable name from global context.
clearLocal(String) - Method in class org.specrunner.context.core.ContextImpl
 
clearLocal(String) - Method in interface org.specrunner.context.IContext
Removes a variable name from local context.
clearModels() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
clearModels() - Method in interface org.specrunner.expressions.IExpressionFactory
Remove all predefined model.
clearScoped(String, String) - Method in class org.specrunner.context.core.ContextImpl
 
clearScoped(String, String) - Method in interface org.specrunner.context.IContext
Removes a scoped variable.
clearStrict(String) - Method in class org.specrunner.context.core.ContextImpl
 
clearStrict(String) - Method in interface org.specrunner.context.IContext
Clear the context peek mapping from name.
clearValues() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
clearValues() - Method in interface org.specrunner.expressions.IExpressionFactory
Remove all predefined values for expressions.
close() - Method in class org.specrunner.util.output.core.OutputSysout
 
collection - Variable in class org.specrunner.plugins.core.objects.core.PluginCollection
 
cols - Variable in class org.specrunner.util.xom.node.TableAdapter
List of col elements.
Command - Class in org.specrunner.plugins.type
Action: has importance 1.
Command() - Constructor for class org.specrunner.plugins.type.Command
Default constructor.
ComparatorClob - Class in org.specrunner.comparators.core
Compare two string/clobs.
ComparatorClob() - Constructor for class org.specrunner.comparators.core.ComparatorClob
 
ComparatorClobNormalized - Class in org.specrunner.comparators.core
Compare two strings/clobs using UtilString.normalized(...) to clean strings.
ComparatorClobNormalized() - Constructor for class org.specrunner.comparators.core.ComparatorClobNormalized
 
ComparatorClobTrim - Class in org.specrunner.comparators.core
Compare two strings/clobs using trim to clean strings.
ComparatorClobTrim() - Constructor for class org.specrunner.comparators.core.ComparatorClobTrim
 
ComparatorDate - Class in org.specrunner.comparators.core
Comparator of dates.
ComparatorDate() - Constructor for class org.specrunner.comparators.core.ComparatorDate
 
ComparatorDefault - Class in org.specrunner.comparators.core
A default comparator.
ComparatorDefault() - Constructor for class org.specrunner.comparators.core.ComparatorDefault
 
ComparatorException - Exception in org.specrunner.comparators
 
ComparatorException() - Constructor for exception org.specrunner.comparators.ComparatorException
 
ComparatorException(String, Throwable) - Constructor for exception org.specrunner.comparators.ComparatorException
 
ComparatorException(String) - Constructor for exception org.specrunner.comparators.ComparatorException
 
ComparatorException(Throwable) - Constructor for exception org.specrunner.comparators.ComparatorException
 
ComparatorJodatime - Class in org.specrunner.comparators.core
Comparator of ReadableInstants.
ComparatorJodatime() - Constructor for class org.specrunner.comparators.core.ComparatorJodatime
 
ComparatorManagerImpl - Class in org.specrunner.comparators.core
Default comparator manager implementation.
ComparatorManagerImpl() - Constructor for class org.specrunner.comparators.core.ComparatorManagerImpl
Default constructor.
ComparatorMd5 - Class in org.specrunner.comparators.core
Compare two objects using MD5 value.
ComparatorMd5() - Constructor for class org.specrunner.comparators.core.ComparatorMd5
 
ComparatorNode - Class in org.specrunner.comparators.core
A default node comparator.
ComparatorNode() - Constructor for class org.specrunner.comparators.core.ComparatorNode
 
ComparatorString - Class in org.specrunner.comparators.core
A string comparator using equals.
ComparatorString() - Constructor for class org.specrunner.comparators.core.ComparatorString
 
ComparatorStringNormalized - Class in org.specrunner.comparators.core
Compare two strings using UtilString.normalized(...) to clean strings.
ComparatorStringNormalized() - Constructor for class org.specrunner.comparators.core.ComparatorStringNormalized
 
ComparatorStringTrim - Class in org.specrunner.comparators.core
Compare two strings using trim to clean strings.
ComparatorStringTrim() - Constructor for class org.specrunner.comparators.core.ComparatorStringTrim
 
ComparatorTime - Class in org.specrunner.comparators.core
Comparator of JVM dates and Joda Time readable instants.
ComparatorTime() - Constructor for class org.specrunner.comparators.core.ComparatorTime
 
ComparatorTimestamp - Class in org.specrunner.comparators.core
Comparator of timestamps.
ComparatorTimestamp() - Constructor for class org.specrunner.comparators.core.ComparatorTimestamp
 
ComparatorTrue - Class in org.specrunner.comparators.core
Useful comparator to ignore a given cell or row.
ComparatorTrue() - Constructor for class org.specrunner.comparators.core.ComparatorTrue
 
compare(Long, Long) - Method in class org.specrunner.comparators.core.AbstractComparatorTime
Compare the expected and received.
compare(Object, Object) - Method in class org.specrunner.comparators.core.AbstractComparatorTime
 
compare(Object, Object) - Method in class org.specrunner.comparators.core.ComparatorDefault
 
compare(Object, Object) - Method in class org.specrunner.comparators.core.ComparatorTrue
 
compare(IContext, IResultSet, Node, Node) - Method in class org.specrunner.plugins.core.logical.PluginCompareTree
Compare two nodes.
compare(IContext, IResultSet, IComparator, CellAdapter, CellAdapter, Object) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Compare terminal elements.
compare(Node, IResultSet, Object, Object) - Static method in class org.specrunner.plugins.core.UtilPlugin
Perform a comparison and add the result to the given node.
compare(Node, IPlugin, IResultSet, IComparator, Object, Object) - Static method in class org.specrunner.plugins.core.UtilPlugin
Perform a comparison and add the result to the given node.
compare(Resume, Resume) - Method in class org.specrunner.report.core.comparators.IndexComparator
 
compare(Resume, Resume) - Method in class org.specrunner.report.core.comparators.StatusComparator
 
compare(Resume, Resume) - Method in class org.specrunner.report.core.comparators.TimeComparator
 
compareTo(CacheEntry<K, T>) - Method in class org.specrunner.util.cache.CacheEntry
 
compareTo(T) - Method in class org.specrunner.util.xom.AbstractType
 
completionService - Variable in class org.specrunner.junit.concurrent.ConcurrentRunnerScheduler
Completion service.
CompositeImpl<P extends IComposite<P,T>,T> - Class in org.specrunner.util.composite.core
Default composite implementation.
CompositeImpl() - Constructor for class org.specrunner.util.composite.core.CompositeImpl
 
computeTestMethods() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrent
 
computeTestMethods() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
computeTestMethods() - Method in class org.specrunner.junit.SRRunner
 
computeTestMethods() - Method in class org.specrunner.junit.SRRunnerScenario
 
Concurrent - Annotation Type in org.specrunner.junit.concurrent
 
ConcurrentMappingImpl - Class in org.specrunner.concurrency.core
Default implementation of IConcurrentMapping, returns a String concatenated with thread name, does not matter the resource name.
ConcurrentMappingImpl() - Constructor for class org.specrunner.concurrency.core.ConcurrentMappingImpl
 
ConcurrentRunner - Class in org.specrunner.junit.concurrent
 
ConcurrentRunner(Class<?>) - Constructor for class org.specrunner.junit.concurrent.ConcurrentRunner
Creates a concurrent runner.
ConcurrentRunnerScheduler - Class in org.specrunner.junit.concurrent
Scheduler for concurrent runners.
ConcurrentRunnerScheduler(Class<?>) - Constructor for class org.specrunner.junit.concurrent.ConcurrentRunnerScheduler
Default constructor.
ConcurrentSuite - Class in org.specrunner.junit.concurrent
 
ConcurrentSuite(Class<?>) - Constructor for class org.specrunner.junit.concurrent.ConcurrentSuite
Creates a concurrent runner.
condition - Variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Pause perform condition.
Configuration - Annotation Type in org.specrunner.annotations
This tag informa if a method is a configuration method.
CONFIGURATION - Static variable in class org.specrunner.core.pipes.PipeConfiguration
Configuration.
configuration - Variable in class org.specrunner.features.core.FeatureManagerImpl
The current configuration.
ConfigurationFactoryImpl - Class in org.specrunner.configuration.core
Default factory implementation.
ConfigurationFactoryImpl() - Constructor for class org.specrunner.configuration.core.ConfigurationFactoryImpl
 
ConfigurationImpl - Class in org.specrunner.configuration.core
Default implementation.
ConfigurationImpl() - Constructor for class org.specrunner.configuration.core.ConfigurationImpl
 
configure(IConfiguration) - Method in class org.specrunner.junit.SpecRunnerStatement
Set configuration.
consolidate(IContext) - Method in class org.specrunner.result.core.ResultSetImpl
 
consolidate(IContext) - Method in interface org.specrunner.result.IResultSet
Consolidate expectations and received errors.
ConstantsDumperFile - Class in org.specrunner.dumper.core
Placeholders for output files.
contains(File, String, File) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Filter files containing a string.
contains(File, String, File, IConfiguration) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Filter files containing a string.
contains(K) - Method in class org.specrunner.util.cache.core.CacheLRU
 
contains(K) - Method in interface org.specrunner.util.cache.ICache
Says if a key is mapped.
containsKey(Object) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
CONTEXT - Static variable in class org.specrunner.core.pipes.PipeContext
Source.
ContextException - Exception in org.specrunner.context
 
ContextException() - Constructor for exception org.specrunner.context.ContextException
 
ContextException(String) - Constructor for exception org.specrunner.context.ContextException
 
ContextException(Throwable) - Constructor for exception org.specrunner.context.ContextException
 
ContextException(String, Throwable) - Constructor for exception org.specrunner.context.ContextException
 
ContextFactoryImpl - Class in org.specrunner.context.core
Default context factory implementation.
ContextFactoryImpl() - Constructor for class org.specrunner.context.core.ContextFactoryImpl
 
ContextImpl - Class in org.specrunner.context.core
Default context implementation.
ContextImpl(ISource, IRunner) - Constructor for class org.specrunner.context.core.ContextImpl
Creates a context from a source and a runner.
ContextListenerDestroyer - Class in org.specrunner.listeners.core
Populator listener.
ContextListenerDestroyer() - Constructor for class org.specrunner.listeners.core.ContextListenerDestroyer
 
ContextListenerPopulator - Class in org.specrunner.listeners.core
Populator listener.
ContextListenerPopulator() - Constructor for class org.specrunner.listeners.core.ContextListenerPopulator
 
Control - Class in org.specrunner.plugins.type
Control: has importance 0.
Control() - Constructor for class org.specrunner.plugins.type.Control
Default constructor.
convert(Object, Object[]) - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.AbstractConverterTimeTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterBigDecimal
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterBooleanTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterByte
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterBytes
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterCharacter
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDateMidnightPatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDateMidnightPatternTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDatePatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDatePatternTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDateTimePatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDateTimePatternTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDefault
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDouble
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnum
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnumTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnumValue
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnumValueTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterFloat
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterInputStream
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterInteger
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalDatePatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalDatePatternTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalDateTimePatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalDateTimePatternTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalTimePatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLocalTimePatternTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterLong
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterMutableDateTimePatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterMutableDateTimePatternTemplate
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterNotNullNotEmpty
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterNull
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterNumber
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterReader
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterShort
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterString
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterStringCamelCase
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterStringLower
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterStringLowerTrim
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterStringNormalized
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterStringTrim
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterStringUpper
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterStringUpperTrim
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterTimestampPatternArgs
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterTimestampPatternTemplate
 
convert(Object, Object[]) - Method in interface org.specrunner.converters.IConverter
Convert a given object to another using some arguments as auxiliary.
convert(Object, Object[]) - Method in class org.specrunner.plugins.core.objects.ConverterObject
 
convertData(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnum
 
convertData(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnumValue
Process a value.
Converter - Annotation Type in org.specrunner.converters
Annotation to flag a method parameter converter.
ConverterBigDecimal - Class in org.specrunner.converters.core
Basic bigdecimal converter.
ConverterBigDecimal() - Constructor for class org.specrunner.converters.core.ConverterBigDecimal
 
ConverterBoolean - Class in org.specrunner.converters.core
A typical boolean converter.
ConverterBoolean() - Constructor for class org.specrunner.converters.core.ConverterBoolean
Constructor using 'true' and 'false'.
ConverterBoolean01 - Class in org.specrunner.converters.core
A typical boolean converter.
ConverterBoolean01() - Constructor for class org.specrunner.converters.core.ConverterBoolean01
Constructor using 'Yes' and 'No'.
ConverterBooleanSimNao - Class in org.specrunner.converters.core
A typical boolean converter.
ConverterBooleanSimNao() - Constructor for class org.specrunner.converters.core.ConverterBooleanSimNao
Constructor using 'Sim' and 'Não'.
ConverterBooleanTemplate - Class in org.specrunner.converters.core
The boolean template converter.
ConverterBooleanTemplate(String, String) - Constructor for class org.specrunner.converters.core.ConverterBooleanTemplate
Creates boolean converter using some strings for 'true'and 'false'.
ConverterBooleanYesNo - Class in org.specrunner.converters.core
A typical boolean converter.
ConverterBooleanYesNo() - Constructor for class org.specrunner.converters.core.ConverterBooleanYesNo
Constructor using 'Yes' and 'No'.
ConverterByte - Class in org.specrunner.converters.core
Basic byte converter.
ConverterByte() - Constructor for class org.specrunner.converters.core.ConverterByte
 
ConverterBytes - Class in org.specrunner.converters.core
Convert any object to String using String.valueOf(...) then getBytes().
ConverterBytes() - Constructor for class org.specrunner.converters.core.ConverterBytes
 
ConverterCharacter - Class in org.specrunner.converters.core
Basic char converter.
ConverterCharacter() - Constructor for class org.specrunner.converters.core.ConverterCharacter
 
ConverterDateCurrent - Class in org.specrunner.converters.core
Create current date.
ConverterDateCurrent() - Constructor for class org.specrunner.converters.core.ConverterDateCurrent
Basic data converter.
ConverterDateCurrentTemplate - Class in org.specrunner.converters.core
Create current date.
ConverterDateCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterDateCurrentTemplate
See superclass.
ConverterDateMidnightCurrent - Class in org.specrunner.converters.core
Create current date.
ConverterDateMidnightCurrent() - Constructor for class org.specrunner.converters.core.ConverterDateMidnightCurrent
Basic data converter.
ConverterDateMidnightCurrentTemplate - Class in org.specrunner.converters.core
Create current date.
ConverterDateMidnightCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterDateMidnightCurrentTemplate
See superclass.
ConverterDateMidnightPatternArgs - Class in org.specrunner.converters.core
Convert any date (DateMidnight form Jodatime), given a provided pattern in arg[0].
ConverterDateMidnightPatternArgs() - Constructor for class org.specrunner.converters.core.ConverterDateMidnightPatternArgs
 
ConverterDateMidnightPatternTemplate - Class in org.specrunner.converters.core
General date converter.
ConverterDateMidnightPatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterDateMidnightPatternTemplate
Create a SimpleDateFormat using the given pattern.
ConverterDateOnly - Class in org.specrunner.converters.core
Create current date without without hour information.
ConverterDateOnly() - Constructor for class org.specrunner.converters.core.ConverterDateOnly
Basic data converter.
ConverterDatePatternArgs - Class in org.specrunner.converters.core
Convert any date (Date from Java), given a provided pattern in arg[0].
ConverterDatePatternArgs() - Constructor for class org.specrunner.converters.core.ConverterDatePatternArgs
 
ConverterDatePatternTemplate - Class in org.specrunner.converters.core
General date converter.
ConverterDatePatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterDatePatternTemplate
Create a SimpleDateFormat using the given pattern.
ConverterDateTimeCurrent - Class in org.specrunner.converters.core
Create current date.
ConverterDateTimeCurrent() - Constructor for class org.specrunner.converters.core.ConverterDateTimeCurrent
Basic data converter.
ConverterDateTimeCurrentTemplate - Class in org.specrunner.converters.core
Create current date.
ConverterDateTimeCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterDateTimeCurrentTemplate
See superclass.
ConverterDateTimePatternArgs - Class in org.specrunner.converters.core
Convert any date (DateTime form Jodatime), given a provided pattern in arg[0].
ConverterDateTimePatternArgs() - Constructor for class org.specrunner.converters.core.ConverterDateTimePatternArgs
 
ConverterDateTimePatternTemplate - Class in org.specrunner.converters.core
General date converter.
ConverterDateTimePatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterDateTimePatternTemplate
Create a SimpleDateFormat using the given pattern.
ConverterDefault - Class in org.specrunner.converters.core
Default converter.
ConverterDefault() - Constructor for class org.specrunner.converters.core.ConverterDefault
 
ConverterDouble - Class in org.specrunner.converters.core
Basic double converter.
ConverterDouble() - Constructor for class org.specrunner.converters.core.ConverterDouble
 
ConverterEnum - Class in org.specrunner.converters.core
Basic enumeration converter, from a text to the corresponding enumeration item.
ConverterEnum() - Constructor for class org.specrunner.converters.core.ConverterEnum
 
ConverterEnumTemplate - Class in org.specrunner.converters.core
Template for converter of enumerations.
ConverterEnumTemplate(Class<? extends Enum<?>>, String) - Constructor for class org.specrunner.converters.core.ConverterEnumTemplate
Conversion of specific types.
ConverterEnumValue - Class in org.specrunner.converters.core
Basic enumeration converter, from a text to the corresponding enumeration item.
ConverterEnumValue() - Constructor for class org.specrunner.converters.core.ConverterEnumValue
 
ConverterEnumValueTemplate - Class in org.specrunner.converters.core
Template for converter of enumerations.
ConverterEnumValueTemplate(Class<? extends Enum<?>>, String, String) - Constructor for class org.specrunner.converters.core.ConverterEnumValueTemplate
Conversion of specific types.
ConverterException - Exception in org.specrunner.converters
 
ConverterException() - Constructor for exception org.specrunner.converters.ConverterException
 
ConverterException(String, Throwable) - Constructor for exception org.specrunner.converters.ConverterException
 
ConverterException(String) - Constructor for exception org.specrunner.converters.ConverterException
 
ConverterException(Throwable) - Constructor for exception org.specrunner.converters.ConverterException
 
ConverterFloat - Class in org.specrunner.converters.core
Basic float converter.
ConverterFloat() - Constructor for class org.specrunner.converters.core.ConverterFloat
 
ConverterInputStream - Class in org.specrunner.converters.core
Convert URI references to InputStreams.
ConverterInputStream() - Constructor for class org.specrunner.converters.core.ConverterInputStream
 
ConverterInteger - Class in org.specrunner.converters.core
Basic integer converter.
ConverterInteger() - Constructor for class org.specrunner.converters.core.ConverterInteger
 
ConverterLocalDateCurrent - Class in org.specrunner.converters.core
Create current date.
ConverterLocalDateCurrent() - Constructor for class org.specrunner.converters.core.ConverterLocalDateCurrent
Basic data converter.
ConverterLocalDateCurrentTemplate - Class in org.specrunner.converters.core
Create current date.
ConverterLocalDateCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
See superclass.
ConverterLocalDatePatternArgs - Class in org.specrunner.converters.core
Convert any date (LocalDate from Jodatime), given a provided pattern in arg[0].
ConverterLocalDatePatternArgs() - Constructor for class org.specrunner.converters.core.ConverterLocalDatePatternArgs
 
ConverterLocalDatePatternTemplate - Class in org.specrunner.converters.core
General date converter.
ConverterLocalDatePatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterLocalDatePatternTemplate
Create a SimpleDateFormat using the given pattern.
ConverterLocalDateTimeCurrent - Class in org.specrunner.converters.core
Create current date.
ConverterLocalDateTimeCurrent() - Constructor for class org.specrunner.converters.core.ConverterLocalDateTimeCurrent
Basic data converter.
ConverterLocalDateTimeCurrentTemplate - Class in org.specrunner.converters.core
Create current date.
ConverterLocalDateTimeCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
See superclass.
ConverterLocalDateTimePatternArgs - Class in org.specrunner.converters.core
Convert any date (LocalDateTime from Jodatime), given a provided pattern in arg[0].
ConverterLocalDateTimePatternArgs() - Constructor for class org.specrunner.converters.core.ConverterLocalDateTimePatternArgs
 
ConverterLocalDateTimePatternTemplate - Class in org.specrunner.converters.core
General date converter.
ConverterLocalDateTimePatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterLocalDateTimePatternTemplate
Create a SimpleDateFormat using the given pattern.
ConverterLocalTimeCurrent - Class in org.specrunner.converters.core
Create current date.
ConverterLocalTimeCurrent() - Constructor for class org.specrunner.converters.core.ConverterLocalTimeCurrent
Basic data converter.
ConverterLocalTimeCurrentTemplate - Class in org.specrunner.converters.core
Create current date.
ConverterLocalTimeCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
See superclass.
ConverterLocalTimePatternArgs - Class in org.specrunner.converters.core
Convert any date (LocalTime from Jodatime), given a provided pattern in arg[0].
ConverterLocalTimePatternArgs() - Constructor for class org.specrunner.converters.core.ConverterLocalTimePatternArgs
 
ConverterLocalTimePatternTemplate - Class in org.specrunner.converters.core
General date converter.
ConverterLocalTimePatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterLocalTimePatternTemplate
Create a SimpleDateFormat using the given pattern.
ConverterLong - Class in org.specrunner.converters.core
Basic long converter.
ConverterLong() - Constructor for class org.specrunner.converters.core.ConverterLong
 
ConverterManagerImpl - Class in org.specrunner.converters.core
Default converter manager implementation.
ConverterManagerImpl() - Constructor for class org.specrunner.converters.core.ConverterManagerImpl
Default constructor.
ConverterMutableDateTimeCurrent - Class in org.specrunner.converters.core
Create current date.
ConverterMutableDateTimeCurrent() - Constructor for class org.specrunner.converters.core.ConverterMutableDateTimeCurrent
Basic data converter.
ConverterMutableDateTimeCurrentTemplate - Class in org.specrunner.converters.core
Create current date.
ConverterMutableDateTimeCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterMutableDateTimeCurrentTemplate
See superclass.
ConverterMutableDateTimePatternArgs - Class in org.specrunner.converters.core
Convert any date (MutableDateTime form Jodatime), given a provided pattern in arg[0].
ConverterMutableDateTimePatternArgs() - Constructor for class org.specrunner.converters.core.ConverterMutableDateTimePatternArgs
 
ConverterMutableDateTimePatternTemplate - Class in org.specrunner.converters.core
General date converter.
ConverterMutableDateTimePatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterMutableDateTimePatternTemplate
Create a SimpleDateFormat using the given pattern.
ConverterNotNullNotEmpty - Class in org.specrunner.converters.core
Basic nullable converter.
ConverterNotNullNotEmpty() - Constructor for class org.specrunner.converters.core.ConverterNotNullNotEmpty
 
ConverterNull - Class in org.specrunner.converters.core
Turn everything to null.
ConverterNull() - Constructor for class org.specrunner.converters.core.ConverterNull
 
ConverterNumber - Class in org.specrunner.converters.core
Basic number converter.
ConverterNumber() - Constructor for class org.specrunner.converters.core.ConverterNumber
 
ConverterObject - Class in org.specrunner.plugins.core.objects
Convert a reference to an object in mapped resources.
ConverterObject() - Constructor for class org.specrunner.plugins.core.objects.ConverterObject
 
ConverterReader - Class in org.specrunner.converters.core
Convert URI references to Readers.
ConverterReader() - Constructor for class org.specrunner.converters.core.ConverterReader
 
ConverterShort - Class in org.specrunner.converters.core
Basic short converter.
ConverterShort() - Constructor for class org.specrunner.converters.core.ConverterShort
 
ConverterString - Class in org.specrunner.converters.core
Convert any object to String using String.valueOf(...).
ConverterString() - Constructor for class org.specrunner.converters.core.ConverterString
 
ConverterStringCamelCase - Class in org.specrunner.converters.core
Convert any object to String using UtilString.getNormalizer().camelCase(...).
ConverterStringCamelCase() - Constructor for class org.specrunner.converters.core.ConverterStringCamelCase
 
ConverterStringLower - Class in org.specrunner.converters.core
Convert any object to String using String.valueOf(...).toLowerCase().
ConverterStringLower() - Constructor for class org.specrunner.converters.core.ConverterStringLower
 
ConverterStringLowerTrim - Class in org.specrunner.converters.core
Convert any object to String using String.valueOf(...).toLowerCase().trim().
ConverterStringLowerTrim() - Constructor for class org.specrunner.converters.core.ConverterStringLowerTrim
 
ConverterStringNormalized - Class in org.specrunner.converters.core
Convert any object to String using UtilString.normalized(...).
ConverterStringNormalized() - Constructor for class org.specrunner.converters.core.ConverterStringNormalized
 
ConverterStringTrim - Class in org.specrunner.converters.core
Convert any object to String using String.valueOf(...).trim().
ConverterStringTrim() - Constructor for class org.specrunner.converters.core.ConverterStringTrim
 
ConverterStringUpper - Class in org.specrunner.converters.core
Convert any object to String using String.valueOf(...).toUpperCase().
ConverterStringUpper() - Constructor for class org.specrunner.converters.core.ConverterStringUpper
 
ConverterStringUpperTrim - Class in org.specrunner.converters.core
Convert any object to String using String.valueOf(...).toUpperCase().trim().
ConverterStringUpperTrim() - Constructor for class org.specrunner.converters.core.ConverterStringUpperTrim
 
ConverterTimestampCurrent - Class in org.specrunner.converters.core
Create current date (in timestamp).
ConverterTimestampCurrent() - Constructor for class org.specrunner.converters.core.ConverterTimestampCurrent
Basic timestamp converter.
ConverterTimestampCurrentTemplate - Class in org.specrunner.converters.core
Create current date (in timestamp).
ConverterTimestampCurrentTemplate(List<String>) - Constructor for class org.specrunner.converters.core.ConverterTimestampCurrentTemplate
See superclass.
ConverterTimestampPatternArgs - Class in org.specrunner.converters.core
Convert any date (Timestamp from Java), given a provided pattern in arg[0].
ConverterTimestampPatternArgs() - Constructor for class org.specrunner.converters.core.ConverterTimestampPatternArgs
 
ConverterTimestampPatternTemplate - Class in org.specrunner.converters.core
General timestamp pattern converter.
ConverterTimestampPatternTemplate(String) - Constructor for class org.specrunner.converters.core.ConverterTimestampPatternTemplate
Create a SimpleDateFormat using the given pattern.
copy(IContext) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
copy(IContext) - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
copy(IContext) - Method in interface org.specrunner.plugins.IPlugin
Creates a copy of this plugin.
countErrors() - Method in class org.specrunner.result.core.ResultSetImpl
 
countErrors(int) - Method in class org.specrunner.result.core.ResultSetImpl
 
countErrors() - Method in interface org.specrunner.result.IResultSet
Return number of errors.
countErrors(int) - Method in interface org.specrunner.result.IResultSet
Return number of errors.
countStatus(T...) - Method in class org.specrunner.result.core.ResultSetImpl
 
countStatus(int, int, T...) - Method in class org.specrunner.result.core.ResultSetImpl
 
countStatus(List<IResult>, T...) - Method in class org.specrunner.result.core.ResultSetImpl
 
countStatus(T...) - Method in interface org.specrunner.result.IResultSet
Counts the status of a given type.
countStatus(int, int, T...) - Method in interface org.specrunner.result.IResultSet
Counts the status of a given type.
countStatus(List<IResult>, T...) - Method in interface org.specrunner.result.IResultSet
Counts the status of a given type.
countType(ActionType...) - Method in class org.specrunner.result.core.ResultSetImpl
 
countType(List<IResult>, ActionType...) - Method in class org.specrunner.result.core.ResultSetImpl
 
countType(ActionType...) - Method in interface org.specrunner.result.IResultSet
Count results of a given set of action types.
countType(List<IResult>, ActionType...) - Method in interface org.specrunner.result.IResultSet
Count results of a given type in a list.
create(IChannel) - Method in class org.specrunner.core.pipes.PipeModel
Creates the default model.
create(Object, IContext) - Method in class org.specrunner.expressions.core.ExpressionFactoryJanino
 
create(Object, IContext) - Method in interface org.specrunner.expressions.IExpressionFactory
For expression creation, the priority for name resolution is: first - context variables; second - predefined values; third - class generated values. last - model values.
create(IContext, TableAdapter, RowAdapter) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Create the object based on a row.
create(IContext, TableAdapter, RowAdapter, Class<?>) - Method in interface org.specrunner.plugins.core.objects.IObjectCreator
Creates a instance of the given type.
create(IContext, Class<T>, Element) - Static method in class org.specrunner.plugins.core.UtilPlugin
Equivalent to create(...,false).
create(IContext, IPlugin, Element) - Static method in class org.specrunner.plugins.core.UtilPlugin
Equivalent to create(...,false).
create(IContext, Class<T>, Element, boolean) - Static method in class org.specrunner.plugins.core.UtilPlugin
Creates a plugin based on its type.
create(IContext, IPlugin, Element, boolean) - Static method in class org.specrunner.plugins.core.UtilPlugin
Creates a plugin based on its template.
create(String, List<Exception>) - Method in class org.specrunner.plugins.core.var.PluginBean
Try to create the object instance.
create(String, ICacheCleaner<T>) - Method in class org.specrunner.util.cache.core.AbstractCacheFactory
Create the cache object.
create(String, ICacheCleaner<T>) - Method in class org.specrunner.util.cache.core.CacheFactoryDefault
 
createAnnotator() - Method in class org.specrunner.core.pipes.PipeAnnotator
Creates an annotator instance.
createBuilder() - Method in class org.specrunner.pipeline.core.PipelineFactoryXOM
Refactored to enable builder creation override.
createButtons(ErrorFrameListener) - Method in class org.specrunner.listeners.core.ErrorFrame
Creates the action buttons.
createContext(ISource, IRunner) - Method in class org.specrunner.core.pipes.PipeContext
Creates a context based on a source and runner.
createDialog(ErrorFrameListener) - Method in class org.specrunner.listeners.core.ErrorFrame
Creates the dialog.
createDumper() - Method in class org.specrunner.core.pipes.PipeDumper
Creates an dumper instance.
createElement(Class<? extends IPlugin>, String) - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
Create element to add.
createFeatureManager() - Method in class org.specrunner.core.pipes.PipeFeatureManager
Creates a feature manager.
createFormatter() - Method in class org.specrunner.core.pipes.PipeTimestamp
Creates the formatter.
createInstance(IResultSet, Map<String, Object>) - Method in class org.specrunner.report.core.ResumeReporter
Create a resume instance.
createListenerManager() - Method in class org.specrunner.core.pipes.PipeListenerManager
Creates a listener manager.
createReporter() - Method in class org.specrunner.core.pipes.PipeReporter
Creates a reporter instance.
createResult() - Method in class org.specrunner.core.pipes.PipeResult
Create a result instance.
createRunner(ISource) - Method in class org.specrunner.core.pipes.PipeRunner
Creates a runner for a source.
createSource(String) - Method in class org.specrunner.core.pipes.PipeSource
Creates a source from input.
createText() - Method in class org.specrunner.listeners.core.ErrorFrame
Create text component.
creator - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Object creator name.
creatorInstance - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Object creator instance.
CSS - Static variable in class org.specrunner.plugins.PluginKind
Style based factories.
CSS_CALLED - Static variable in class org.specrunner.plugins.core.macro.PluginCall
CSS of called macros.
CSS_DEFINED - Static variable in class org.specrunner.plugins.core.macro.PluginMacro
CSS of macro defined.
CSS_INCLUDED - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Style added to included file.
CSS_INCLUDED_ARGS - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Style added to args.
CSS_INCLUDED_CONTENT - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Style added to content file.
CSS_INCLUDED_FILE - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Style added to the header file.
CSS_LETF - Static variable in class org.specrunner.util.xom.UtilNode
The CSS which set the left argument.
CSS_RELEGATED - Static variable in class org.specrunner.plugins.core.flow.PluginIfBranch
CSS style for unselected branch.
CSS_RIGHT - Static variable in class org.specrunner.util.xom.UtilNode
The CSS which set the right argument.
CSS_SCENARIO - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Expected style for scenarios.
CSS_SCENARIO_FAILURE - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Expected style for failure scenarios.
CSS_SCENARIO_IGNORED - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Expected style for pending scenarios.
CSS_SCENARIO_PENDING - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Expected style for pending scenarios.
CSS_SCENARIO_SUCCESS - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Expected style for success scenarios.
CSS_SELECTED - Static variable in class org.specrunner.plugins.core.flow.PluginIfBranch
CSS style for selected branch.
CSS_TITLE - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Expected style for scenario titles.
CSSResource - Class in org.specrunner.source.resource.positional.core
A CSS resource.
CSSResource(ISource, String, boolean, EType, Position) - Constructor for class org.specrunner.source.resource.positional.core.CSSResource
Creates CSS resource.
CURRENT - Static variable in class org.specrunner.context.core.ContextImpl
Node index.
currentOutput() - Method in class org.specrunner.util.output.core.OutputFactoryDefault
 
currentOutput() - Method in interface org.specrunner.util.output.IOutputFactory
Gets the current output.
CUSTOM - Static variable in class org.specrunner.plugins.PluginKind
Custom tags based factories.

D

DATE - Static variable in class org.specrunner.core.pipes.PipeTimestamp
Time model information.
decorated - Variable in class org.specrunner.parameters.core.ParameterDecoratorImpl
The object to be parameterized.
DEFAULT_ADD_DEBUG_CSS - Static variable in interface org.specrunner.source.resource.IResourceManager
Add debug css resource.
DEFAULT_ADD_RESOURCES - Static variable in interface org.specrunner.source.resource.IResourceManager
Add resources status.
DEFAULT_CLEAN - Static variable in interface org.specrunner.dumper.ISourceDumper
Clean default.
DEFAULT_CSS - Static variable in interface org.specrunner.source.resource.IResourceManager
Default CSS reference.
DEFAULT_DEBUG_CSS - Static variable in interface org.specrunner.source.resource.IResourceManager
Default debug CSS reference.
DEFAULT_DEPTH - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Default value.
DEFAULT_ENCODING - Static variable in interface org.specrunner.source.IEncoded
Default encoding.
DEFAULT_EVAL_ARGS - Static variable in interface org.specrunner.util.expression.IAbstraction
Default is not eval arguments.
DEFAULT_EVAL_FORMATTER_ARGS - Static variable in interface org.specrunner.util.expression.IAbstraction
Default is not eval formatter arguments.
DEFAULT_EXPANDED - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Default include expanded state.
DEFAULT_FEATURE_CLEAN - Static variable in interface org.specrunner.util.cache.ICache
Clean 50 elements.
DEFAULT_FEATURE_SIZE - Static variable in interface org.specrunner.util.cache.ICache
100 elements cache.
DEFAULT_FEATURE_TIMEOUT - Static variable in interface org.specrunner.util.cache.ICache
Five minutes cache.
DEFAULT_FILL_CHARACTER - Static variable in interface org.specrunner.util.aligner.IStringAlignerFactory
Default character.
DEFAULT_INJECTED - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Default injected state.
DEFAULT_JS - Static variable in interface org.specrunner.source.resource.IResourceManager
Default JS reference.
DEFAULT_MODAL - Static variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Modal default value.
DEFAULT_MODAL - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Modal default value.
DEFAULT_NAME - Static variable in interface org.specrunner.util.mapping.IMappingManager
The name of the default T.
DEFAULT_OUTPUT_DIRECTORY - Static variable in class org.specrunner.dumper.core.ConstantsDumperFile
Default output directory.
DEFAULT_PRECEDENCE - Static variable in class org.specrunner.expressions.core.AbstractExpression
The default precedence order.
DEFAULT_PROPERTY_ACCEPT_NULL_PATH - Static variable in interface org.specrunner.parameters.IAccessFactory
Default is to accept null paths as null.
DEFAULT_PROPERTY_INVALID_PATH_AS_NULL - Static variable in interface org.specrunner.parameters.IAccessFactory
Default is to not accept invalid paths.
DefaultAlignmentException - Exception in org.specrunner.util.aligner.core
A alignment exception.
DefaultAlignmentException(String, String, String) - Constructor for exception org.specrunner.util.aligner.core.DefaultAlignmentException
Creates a exception with two strings.
DefaultAlignmentException(String, String) - Constructor for exception org.specrunner.util.aligner.core.DefaultAlignmentException
Creates a exception with two strings.
DefaultAlignmentException(String, IStringAligner) - Constructor for exception org.specrunner.util.aligner.core.DefaultAlignmentException
Creates a exception with an aligner.
defaultRun(String) - Static method in class org.specrunner.junit.SpecRunnerJUnit
Basic execution.
defaultRun(String, IConfiguration) - Static method in class org.specrunner.junit.SpecRunnerJUnit
Execution with a given configuration.
defaultRun(String, String) - Static method in class org.specrunner.junit.SpecRunnerJUnit
A basic execution with a different output file.
defaultRun(String, String, IConfiguration) - Static method in class org.specrunner.junit.SpecRunnerJUnit
A configured execution with a different output file.
defaultRun(IPlugin) - Static method in class org.specrunner.junit.SpecRunnerJUnitPlugin
Basic execution.
defaultRun(IPlugin, IConfiguration) - Static method in class org.specrunner.junit.SpecRunnerJUnitPlugin
Execution with a given configuration.
depth - Variable in class org.specrunner.plugins.core.include.PluginInclude
Max depth of inclusion.
describeChild(FrameworkMethod) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrent
 
describeChild(FrameworkMethod) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
describeChild(FrameworkMethod) - Method in interface org.specrunner.junit.IRunnerScenario
Get description.
describeChild(FrameworkMethod) - Method in class org.specrunner.junit.SRRunner
 
describeChild(FrameworkMethod) - Method in class org.specrunner.junit.SRRunnerScenario
 
destroy() - Method in interface org.specrunner.context.IDestructable
Destroy object.
destroy(IContext, IPlugin, Element) - Static method in class org.specrunner.plugins.core.UtilPlugin
Make plugin sensible to attributes after running.
destroy(T) - Method in interface org.specrunner.util.cache.ICacheCleaner
Destroy the object in cache.
detach() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
detach() - Method in interface org.specrunner.util.xom.node.INodeHolder
Detaches the current node.
Detail - Class in org.specrunner.result.status
Detail: is not error, has importance -1.
Detail() - Constructor for class org.specrunner.result.status.Detail
Default constructor.
detailReport() - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Get detail report name.
details(IResultSet, Element) - Method in class org.specrunner.dumper.core.SourceDumperDetails
Add report details.
details(List<IResult>) - Method in class org.specrunner.result.core.ResultSetImpl
Generate report by type.
dir - Variable in class org.specrunner.plugins.core.include.PluginInclude
Input directory file.
disabledAliases - Variable in class org.specrunner.runner.core.BlockFilterDefault
List of disabled aliases.
disabledTypes - Variable in class org.specrunner.runner.core.BlockFilterDefault
List of disabled types.
document - Variable in class org.specrunner.source.core.SourceImpl
The document.
doEnd(IContext, IResultSet) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
doEnd(IContext, IResultSet) - Method in class org.specrunner.plugins.core.AbstractPluginDual
 
doEnd(IContext, IResultSet) - Method in class org.specrunner.plugins.core.AbstractPluginTable
 
doEnd(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.AbstractPluginTable
Perform an ending action.
doEnd(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.data.PluginMap
 
doEnd(IContext, IResultSet) - Method in class org.specrunner.plugins.core.language.PluginSentence
 
doEnd(IContext, IResultSet) - Method in class org.specrunner.plugins.core.logical.PluginCompareTree
 
doEnd(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
 
doEnd(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
 
doEnd(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.objects.core.PluginCollection
 
doEnd(IContext, IResultSet) - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
doEnd(IContext, IResultSet) - Method in interface org.specrunner.plugins.IPlugin
The end action.
DontEval - Annotation Type in org.specrunner.parameters
Annotation to sign the evaluator to ignore an attribute or method.
doRun(String, IConfiguration) - Method in class org.specrunner.core.SpecRunnerPipeline
Perform a specification given by input.
doRun(IPlugin, IConfiguration) - Method in class org.specrunner.core.SpecRunnerPluginPipeline
Perform runner.
doSleep(IPlugin, IContext) - Method in class org.specrunner.runner.core.RunnerImpl
Perform a sleep for the step, if specified.
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.AbstractPluginDual
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.AbstractPluginTable
 
doStart(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.AbstractPluginTable
Perform the plugin start action.
doStart(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.data.PluginMap
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.elements.PluginHtml
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.flow.PluginExecuteRows
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.flow.PluginFor
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.flow.PluginIf
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.flow.PluginIfBranch
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.flow.PluginIterator
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.flow.PluginPause
 
doStart(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.flow.PluginRepeat
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.flow.PluginWhile
 
doStart(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.include.PluginColumn
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.include.PluginImport
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.include.PluginInclude
 
doStart(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.logical.PluginVerifyRows
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.macro.PluginCall
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.macro.PluginMacro
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.text.PluginReplacer
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.text.PluginReplacerMap
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.var.PluginBean
 
doStart(IContext, IResultSet) - Method in class org.specrunner.plugins.core.var.PluginExecuteLatter
 
doStart(IContext, IResultSet) - Method in interface org.specrunner.plugins.IPlugin
Performs the start action.
doWait(IPlugin, IContext) - Method in class org.specrunner.runner.core.RunnerImpl
Perform a sleep for the step, if specified.
dump(ISource, IResultSet, Map<String, Object>) - Method in class org.specrunner.dumper.core.SourceDumperCenter
 
dump(ISource, IResultSet, Map<String, Object>) - Method in class org.specrunner.dumper.core.SourceDumperDetails
 
dump(ISource, IResultSet, Map<String, Object>) - Method in class org.specrunner.dumper.core.SourceDumperGroupImpl
 
dump(ISource, IResultSet, Map<String, Object>) - Method in class org.specrunner.dumper.core.SourceDumperResources
 
dump(ISource, IResultSet, Map<String, Object>) - Method in class org.specrunner.dumper.core.SourceDumperWritables
 
dump(ISource, IResultSet, Map<String, Object>) - Method in interface org.specrunner.dumper.ISourceDumper
Extra information to be dumped.
dumpEnd(SRServices, ResumeReporter) - Method in interface org.specrunner.report.core.IResumeDumper
Dump report ending.
dumpEnd(SRServices, ResumeReporter) - Method in class org.specrunner.report.core.ResumeDumperHtml
 
dumpEnd(SRServices, ResumeReporter) - Method in class org.specrunner.report.core.ResumeDumperTxt
 
DUMPER - Static variable in class org.specrunner.core.pipes.PipeDumper
Dumper.
dumper - Variable in class org.specrunner.dumper.core.SourceDumperFactoryImpl
The reusable dumper.
dumpPart(SRServices, ResumeReporter, String, List<Resume>) - Method in interface org.specrunner.report.core.IResumeDumper
Dump the resume declaration.
dumpPart(SRServices, ResumeReporter, String, List<Resume>) - Method in class org.specrunner.report.core.ResumeDumperHtml
 
dumpPart(SRServices, ResumeReporter, String, List<Resume>) - Method in class org.specrunner.report.core.ResumeDumperTxt
 
dumpResume(SRServices, ResumeReporter, Object) - Method in interface org.specrunner.report.core.IResumeDumper
Dump resume.
dumpResume(SRServices, ResumeReporter, Object) - Method in class org.specrunner.report.core.ResumeDumperHtml
 
dumpResume(SRServices, ResumeReporter, Object) - Method in class org.specrunner.report.core.ResumeDumperTxt
 
dumpStart(SRServices, ResumeReporter) - Method in interface org.specrunner.report.core.IResumeDumper
Dump report starting.
dumpStart(SRServices, ResumeReporter) - Method in class org.specrunner.report.core.ResumeDumperHtml
 
dumpStart(SRServices, ResumeReporter) - Method in class org.specrunner.report.core.ResumeDumperTxt
 

E

ELEMENT - Static variable in class org.specrunner.plugins.PluginKind
Element based factories.
element - Variable in class org.specrunner.source.resource.element.core.AbstractResourceElement
The related element.
EMode - Enum in org.specrunner.expressions
Expressions mode.
EMPTY - Static variable in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Default empty String markup.
emptyPlugin() - Static method in class org.specrunner.plugins.core.PluginNop
Returns the singleton version of the plugin.
emptyVal - Variable in class org.specrunner.expressions.core.NullEmptyHandlerDefault
The empty string mark.
emptyValue(EMode) - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
 
emptyValue(EMode) - Method in interface org.specrunner.expressions.INullEmptyHandler
Empty value for a given mode.
enabledAliases - Variable in class org.specrunner.runner.core.BlockFilterDefault
List of enabled aliases.
enabledTypes - Variable in class org.specrunner.runner.core.BlockFilterDefault
List of enabled types.
encapsule(IContext, Boolean) - Method in class org.specrunner.plugins.core.flow.PluginIfBranch
Wrap the node with 'selected' or 'unselected' flag, and hide or not the unselected branch.
EncodedImpl - Class in org.specrunner.source.core
Default encoding factory.
EncodedImpl() - Constructor for class org.specrunner.source.core.EncodedImpl
 
encoding - Variable in class org.specrunner.source.core.SourceImpl
Input source encoding.
end(IContext, IResultSet, IPlugin, List<IPluginListener>) - Method in class org.specrunner.runner.core.RunnerImpl
Perform end operations.
END_DATA - Static variable in class org.specrunner.plugins.core.data.PluginMap
Start code replacement.
endsWith(File, String, File) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Filter files ending with.
endsWith(File, String, File, IConfiguration) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Filter files ending with.
ENext - Enum in org.specrunner.plugins
Next action to be taken by a plugin.
enter - Variable in class org.specrunner.plugins.core.flow.PluginPause
Pause using a keyboard request.
entities - Variable in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
Map of instances for a given entity.
entry - Variable in class org.specrunner.junit.SpecRunnerParametrized
File entry.
EPlace - Enum in org.specrunner.source.resource.positional
Defines the place to add some resource.
equals(Object) - Method in class org.specrunner.expressions.core.ExpressionKey
 
equals(Object) - Method in class org.specrunner.junit.SpecRunnerParametrized.Entry
 
equals(Object) - Method in class org.specrunner.plugins.PluginKind
 
equals(Object) - Method in class org.specrunner.source.core.SourceImpl
 
equals(Object) - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
 
equals(Object) - Method in class org.specrunner.util.cache.CacheEntry
 
equals(Object) - Method in class org.specrunner.util.xom.AbstractType
 
error - Variable in class org.specrunner.plugins.core.logical.PluginEquals
Error object after failure.
error - Variable in class org.specrunner.result.Status
If it stands for an error.
ErrorFrame - Class in org.specrunner.listeners.core
Error window.
ErrorFrame(ErrorFrameListener) - Constructor for class org.specrunner.listeners.core.ErrorFrame
Basic constructor.
ErrorFrameListener - Interface in org.specrunner.listeners.core
Abstraction for error panel listener.
errorStatus() - Method in class org.specrunner.result.core.ResultSetImpl
 
errorStatus() - Method in interface org.specrunner.result.IResultSet
Lists error status in result.
EType - Enum in org.specrunner.source.resource
ActionType of resource.
eval(IExpressionFactory, String, IContext, boolean) - Method in class org.specrunner.expressions.core.ExpressionItemClass
 
eval(IExpressionFactory, String, IContext, boolean) - Method in class org.specrunner.expressions.core.ExpressionItemModel
 
eval(IExpressionFactory, String, IContext, boolean) - Method in class org.specrunner.expressions.core.ExpressionItemValue
 
eval(IExpressionFactory, String, IContext, boolean) - Method in class org.specrunner.expressions.core.ExpressionItemVar
 
eval(Object, String, List<String>, List<Class<?>>, List<Object>, boolean) - Method in class org.specrunner.expressions.core.ExpressionJanino
Evaluate the expression.
eval(IExpressionFactory, String, IContext, boolean) - Method in interface org.specrunner.expressions.IExpressionItem
Defines a generic evaluation method.
eval - Variable in class org.specrunner.plugins.core.AbstractPluginValue
true, of value must be evaluated as expressions, false, otherwise.
evaluate(IContext) - Method in class org.specrunner.expressions.core.AbstractExpression
 
evaluate(IContext, boolean) - Method in class org.specrunner.expressions.core.ExpressionJanino
 
evaluate(IContext, boolean) - Method in class org.specrunner.expressions.core.ExpressionVariable
 
evaluate(IContext) - Method in interface org.specrunner.expressions.IExpression
Given a context, evaluates an expression silently.
evaluate(IContext, boolean) - Method in interface org.specrunner.expressions.IExpression
Given a context, evaluates the expression.
evaluate() - Method in class org.specrunner.junit.SpecRunnerStatement
 
evaluate(String, IPlaceholder, IProcessor, IContext, boolean) - Method in class org.specrunner.util.expression.core.TextAnalyzerDefault
 
evaluate(String, IPlaceholder, IProcessor, IContext, boolean) - Method in interface org.specrunner.util.expression.ITextAnalyzer
Get the evaluation of a given text.
evaluate(String, IContext, boolean) - Static method in class org.specrunner.util.expression.UtilExpression
Evaluates the text and returns an object.
execute(Object, Class<? extends Annotation>, String, Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ScenarioCleanerListener
Execute annotated methods.
execute - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
Check if execute should be prioritized.
executorService - Variable in class org.specrunner.junit.concurrent.ConcurrentRunnerScheduler
Executor service.
expanded - Variable in class org.specrunner.plugins.core.include.PluginInclude
Expanded state.
expected(Object, String, Object...) - Method in class org.specrunner.parameters.core.AccessImpl
 
expected(Object, String, Object...) - Method in interface org.specrunner.parameters.IAccess
Get the expected type(s) for a feature.
expected() - Method in class org.specrunner.plugins.core.flow.PluginElse
 
expected() - Method in class org.specrunner.plugins.core.flow.PluginIfBranch
Return the expected branch condition.
expected() - Method in class org.specrunner.plugins.core.flow.PluginThen
 
expected - Variable in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
The expected value.
expectedAligned - Variable in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
The expected value aligned.
ExpectedMessage - Annotation Type in org.specrunner.annotations
Expected message on test execution.
ExpectedMessages - Annotation Type in org.specrunner.annotations
Annotation to enable runner ignore some specific messages.
ExpressionException - Exception in org.specrunner.expressions
 
ExpressionException() - Constructor for exception org.specrunner.expressions.ExpressionException
 
ExpressionException(String) - Constructor for exception org.specrunner.expressions.ExpressionException
 
ExpressionException(Throwable) - Constructor for exception org.specrunner.expressions.ExpressionException
 
ExpressionException(String, Throwable) - Constructor for exception org.specrunner.expressions.ExpressionException
 
ExpressionFactoryJanino - Class in org.specrunner.expressions.core
Implementation of a expression factory using Janino.
ExpressionFactoryJanino() - Constructor for class org.specrunner.expressions.core.ExpressionFactoryJanino
 
ExpressionItemClass - Class in org.specrunner.expressions.core
An expression evaluation item.
ExpressionItemClass() - Constructor for class org.specrunner.expressions.core.ExpressionItemClass
 
ExpressionItemModel - Class in org.specrunner.expressions.core
An expression evaluation item.
ExpressionItemModel() - Constructor for class org.specrunner.expressions.core.ExpressionItemModel
 
ExpressionItemValue - Class in org.specrunner.expressions.core
An expression evaluation item.
ExpressionItemValue() - Constructor for class org.specrunner.expressions.core.ExpressionItemValue
 
ExpressionItemVar - Class in org.specrunner.expressions.core
An expression evaluation item.
ExpressionItemVar() - Constructor for class org.specrunner.expressions.core.ExpressionItemVar
 
ExpressionJanino - Class in org.specrunner.expressions.core
A Janino expression.
ExpressionJanino(IExpressionFactory, Object) - Constructor for class org.specrunner.expressions.core.ExpressionJanino
Basic constructor.
ExpressionKey - Class in org.specrunner.expressions.core
Expression key.
ExpressionKey() - Constructor for class org.specrunner.expressions.core.ExpressionKey
Basic constructor.
ExpressionKey(String, Class<Object>, String[], Class<?>[]) - Constructor for class org.specrunner.expressions.core.ExpressionKey
Basic constructor.
ExpressionVariable - Class in org.specrunner.expressions.core
Expression variable.
ExpressionVariable(IExpressionFactory, String) - Constructor for class org.specrunner.expressions.core.ExpressionVariable
Creates an expression to access a variable.
extractFeatures(IContext, RowAdapter, List<String>, List<IConverter>, List<List<String>>) - Method in class org.specrunner.plugins.core.include.PluginColumn
Get the feature names from this list.
extractMethodNameArguments(IContext, Object, StringBuilder, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Extract text and arguments.
extractPattern(Set<String>) - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
extractPattern(Set<String>) - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
extractPattern(Set<String>) - Method in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
extractPattern(Set<String>) - Method in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
extractPattern(Set<String>) - Method in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
extractPattern(Set<String>) - Static method in class org.specrunner.converters.core.UtilDate
Get pattern for a map.
extraItems(IContext, IResultSet, TableAdapter, Iterator) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Add error for extra items in enumeration.

F

factory - Variable in class org.specrunner.source.core.SourceImpl
The source factory used to create it.
failure - Variable in class org.specrunner.result.core.ResultImpl
The associated failure.
Failure - Class in org.specrunner.result.status
Failure: is error, has importance 3.
Failure() - Constructor for class org.specrunner.result.status.Failure
Default constructor.
fakeMethod - Variable in class org.specrunner.junit.SRBlockJUnit4ClassRunner
Fake method.
feature(IContext, CellAdapter) - Method in class org.specrunner.plugins.core.include.PluginColumn
Get a feature name.
FEATURE_ADD_DEBUG_CSS - Static variable in interface org.specrunner.source.resource.IResourceManager
Add debug css (i.e.
FEATURE_ADD_RESOURCES - Static variable in interface org.specrunner.source.resource.IResourceManager
Add resources (i.e.
FEATURE_CLEAN - Static variable in interface org.specrunner.dumper.ISourceDumper
Feature to setup clean resources.
FEATURE_CLEAN - Static variable in interface org.specrunner.util.cache.ICache
Feature for cache clean.
FEATURE_COMPARATOR - Static variable in class org.specrunner.util.resources.ResourceFinder
Comparator feature.
FEATURE_CONDITION - Static variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Default conditional feature.
FEATURE_CONDITION - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Default conditional feature.
FEATURE_DEPTH - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Max deep of includes.
FEATURE_DISABLED_ALIASES - Static variable in class org.specrunner.runner.core.BlockFilterDefault
Feature to set the disabled aliases using IFeatureManager or IConfiguration.
FEATURE_DISABLED_TYPES - Static variable in class org.specrunner.runner.core.BlockFilterDefault
Feature to set the disabled type using IFeatureManager or IConfiguration.
FEATURE_DUMPERS - Static variable in class org.specrunner.report.core.ResumeReporter
Feature to set dumpers of report.
FEATURE_ENABLED_ALIASES - Static variable in class org.specrunner.runner.core.BlockFilterDefault
Feature to set the enabled aliases using IFeatureManager or IConfiguration.
FEATURE_ENABLED_TYPES - Static variable in class org.specrunner.runner.core.BlockFilterDefault
Feature to set the enabled types using IFeatureManager or IConfiguration.
FEATURE_ENCODING - Static variable in interface org.specrunner.source.IEncoded
Name of feature to set reader encoding.
FEATURE_ENTER - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Enter feature.
FEATURE_ERROR_MAX_SIZE - Static variable in interface org.specrunner.result.IResultSet
Feature for limit quantity of errors in toString().
FEATURE_EVAL_ARGS - Static variable in interface org.specrunner.util.expression.IAbstraction
Feature to eval arguments.
FEATURE_EVAL_FORMATTER_ARGS - Static variable in interface org.specrunner.util.expression.IAbstraction
Feature to eval formatter arguments.
FEATURE_EXECUTE_ENABLED - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Feature to accept execute for scenarios.
FEATURE_EXPANDED - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Enable expanded mode for features.
FEATURE_EXPECTED_CRITERIA - Static variable in interface org.specrunner.result.IResultSet
Feature for messages criteria.
FEATURE_EXPECTED_MESSAGES - Static variable in interface org.specrunner.result.IResultSet
Feature for expected messages.
FEATURE_EXPECTED_SORTED - Static variable in interface org.specrunner.result.IResultSet
Feature for messages expectation order.
FEATURE_FULL_TRACE - Static variable in interface org.specrunner.result.IResultSet
Feature for full trace on results.
FEATURE_HIDE - Static variable in class org.specrunner.plugins.core.flow.PluginIfBranch
Feature to set invalid branch.
FEATURE_INJECTED - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Injected included files feature.
FEATURE_JDK_COMPILER - Static variable in class org.specrunner.expressions.core.ExpressionJanino
Feature to enable Janino work with JDK expressions ( org.codehaus.commons.compiler.jdk.ExpressionEvaluator).
FEATURE_MANAGER - Static variable in class org.specrunner.core.pipes.PipeFeatureManager
Feature manager.
FEATURE_MODAL - Static variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Modal feature.
FEATURE_MODAL - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Modal feature.
FEATURE_NORMALIZED - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Feature to set normalized state.
FEATURE_NORMALIZER - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Feature to set string normalizer.
FEATURE_NULL_EMPTY_HANDLER - Static variable in interface org.specrunner.expressions.INullEmptyFeature
Feature for null/empty handler.
FEATURE_OUTPUT_DIRECTORY - Static variable in class org.specrunner.dumper.core.ConstantsDumperFile
The output directory.
FEATURE_OUTPUT_NAME - Static variable in class org.specrunner.dumper.core.ConstantsDumperFile
The output file name.
FEATURE_PAUSE_CONDITION - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Condition.
FEATURE_PAUSE_CONDITION_MODEL - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Model condition.
FEATURE_PAUSE_ON_FAILURE - Static variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Enable pause on errors.
FEATURE_PRECEDENCE - Static variable in interface org.specrunner.expressions.IExpression
Feature to set expression evaluation order.
FEATURE_PROPERTY_ACCEPT_NULL_PATH - Static variable in interface org.specrunner.parameters.IAccessFactory
Feature to accept children properties as null a parent object in path is null.
FEATURE_PROPERTY_INVALID_PATH_AS_NULL - Static variable in interface org.specrunner.parameters.IAccessFactory
Feature to accept invalid property paths as null.
FEATURE_RECORD_SUCCESS - Static variable in interface org.specrunner.result.IResultSet
Feature for disable success recording.
FEATURE_RESOLVER - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Resolver of URIs.
FEATURE_RESULT_FILTER - Static variable in interface org.specrunner.result.IResultSet
Feature for result filter.
FEATURE_SAVE - Static variable in class org.specrunner.plugins.core.elements.AbstractPluginResource
Default behavior is save resources.
FEATURE_SHOW_DIALOG - Static variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Enable error dialog on failures.
FEATURE_SHOW_TIME - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Feature to show time for scenarios.
FEATURE_SIZE - Static variable in interface org.specrunner.util.cache.ICache
Feature for cache size.
FEATURE_SLEEP - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Default sleep time feature.
FEATURE_THREADSAFE - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Default threadsafe feature.
FEATURE_TIME - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Time feature.
FEATURE_TIMEOUT - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Default timeout time feature.
FEATURE_TIMEOUT - Static variable in interface org.specrunner.util.cache.ICache
Feature for cache timeout.
FEATURE_TIMEZONE - Static variable in class org.specrunner.converters.core.AbstractConverterTimezone
Feature to set timezone.
FEATURE_TOLERANCE - Static variable in class org.specrunner.comparators.core.AbstractComparatorTime
Feature to set time tolerance.
FEATURE_TRANSFORMER - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Transformer type as feature.
FEATURE_WAIT - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Default wait time feature.
FeatureManagerException - Exception in org.specrunner.features
 
FeatureManagerException() - Constructor for exception org.specrunner.features.FeatureManagerException
 
FeatureManagerException(String) - Constructor for exception org.specrunner.features.FeatureManagerException
 
FeatureManagerException(Throwable) - Constructor for exception org.specrunner.features.FeatureManagerException
 
FeatureManagerException(String, Throwable) - Constructor for exception org.specrunner.features.FeatureManagerException
 
FeatureManagerImpl - Class in org.specrunner.features.core
Default feature manager implementation.
FeatureManagerImpl() - Constructor for class org.specrunner.features.core.FeatureManagerImpl
 
field - Variable in class org.specrunner.parameters.core.AccessImpl
A filed access.
fields - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
List of fields.
fieldToFields - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
List of field definition fields.
fieldToMethod - Variable in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
fieldToMethod - Variable in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
fieldToMethod - Variable in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
fieldToMethod - Variable in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
fieldToMethod - Variable in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
file - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
File to be loaded.
file - Variable in class org.specrunner.source.core.SourceImpl
The source as file.
fillCharacter - Variable in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
The character to be using on error report.
filter(File, String, SpecRunnerParametrized.Filter, File, IConfiguration) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Generic filter method.
filter(List<URL>) - Method in class org.specrunner.util.resources.ResourceFinder
Filter resources.
filterByStatus(T...) - Method in class org.specrunner.result.core.ResultSetImpl
 
filterByStatus(int, int, T...) - Method in class org.specrunner.result.core.ResultSetImpl
 
filterByStatus(List<IResult>, T...) - Method in class org.specrunner.result.core.ResultSetImpl
 
filterByStatus(T...) - Method in interface org.specrunner.result.IResultSet
Filters result by status type.
filterByStatus(int, int, T...) - Method in interface org.specrunner.result.IResultSet
Filters result by status type.
filterByStatus(List<IResult>, T...) - Method in interface org.specrunner.result.IResultSet
Filters result by status type.
filterByType(Class<T>) - Method in class org.specrunner.listeners.core.ListenerManagerImpl
 
filterByType(Class<T>) - Method in interface org.specrunner.listeners.IListenerManager
Filter listeners by their types.
filterByType(ActionType...) - Method in class org.specrunner.result.core.ResultSetImpl
 
filterByType(List<IResult>, ActionType...) - Method in class org.specrunner.result.core.ResultSetImpl
 
filterByType(ActionType...) - Method in interface org.specrunner.result.IResultSet
Filter the result itself by ActionType.
filterByType(List<IResult>, ActionType...) - Method in interface org.specrunner.result.IResultSet
Filter the subset by ActionType.
filterExisting(List<URL>) - Method in class org.specrunner.source.resource.core.AbstractResource
Filter only available resources.
finalizePlugin(Node, IContext, IPlugin) - Method in class org.specrunner.plugins.core.factories.PluginFactoryGroupImpl
 
finalizePlugin(Node, IContext, IPlugin) - Method in class org.specrunner.plugins.core.factories.PluginFactoryImpl
 
finalizePlugin(Node, IContext, IPlugin) - Method in class org.specrunner.plugins.core.factories.PluginFactoryText
 
finalizePlugin(Node, IContext, IPlugin) - Method in interface org.specrunner.plugins.IPluginFactory
Finalize a plugin.
findName(int, String) - Method in class org.specrunner.context.core.ContextImpl
Find an object by name.
findNode(int, Class<? extends Node>) - Method in class org.specrunner.context.core.ContextImpl
Find a node type.
findPlugin(int, Class<? extends IPlugin>) - Method in class org.specrunner.context.core.ContextImpl
Find a plugin by type.
finished() - Method in class org.specrunner.junit.concurrent.ConcurrentRunnerScheduler
 
fireAfter(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.ScenarioFrameListener
Fire listeners after scenarios.
fireAfterCheck(IChannel, IPipe) - Method in class org.specrunner.pipeline.core.PipelineImpl
Fire event on channel.
fireAfterPerform(IChannel, IPipe) - Method in class org.specrunner.pipeline.core.PipelineImpl
Fire event on channel.
fireBefore(String, Node, IContext, IResultSet, Object) - Method in class org.specrunner.listeners.core.ScenarioFrameListener
Fire listeners before scenarios.
fireBeforeCheck(IChannel, IPipe) - Method in class org.specrunner.pipeline.core.PipelineImpl
Fire event on channel.
fireBeforePerform(IChannel, IPipe) - Method in class org.specrunner.pipeline.core.PipelineImpl
Fire event on channel.
FONT_SIZE - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Screen font size.
footer(IResultSet, Map<String, Object>, Element) - Method in class org.specrunner.dumper.core.SourceDumperDetails
Add report ending.
format(Object, Object[]) - Method in class org.specrunner.formatters.core.AbstractFormatterTime
 
format(T, Object, Object[]) - Method in class org.specrunner.formatters.core.AbstractFormatterTime
 
format(SimpleDateFormat, Object, Object[]) - Method in class org.specrunner.formatters.core.FormatterDate
 
format(Object, Object[]) - Method in class org.specrunner.formatters.core.FormatterDateTemplate
 
format(DateTimeFormatter, Object, Object[]) - Method in class org.specrunner.formatters.core.FormatterJodatime
 
format(Object, Object[]) - Method in class org.specrunner.formatters.core.FormatterJodatimeTemplate
 
format(Object, Object[]) - Method in interface org.specrunner.formatters.IFormatter
Format a given object to another using some arguments as auxiliary.
FormatterDate - Class in org.specrunner.formatters.core
Formatter.
FormatterDate() - Constructor for class org.specrunner.formatters.core.FormatterDate
 
FormatterDateTemplate - Class in org.specrunner.formatters.core
Formatter template for dates.
FormatterDateTemplate(String) - Constructor for class org.specrunner.formatters.core.FormatterDateTemplate
 
FormatterException - Exception in org.specrunner.formatters
 
FormatterException() - Constructor for exception org.specrunner.formatters.FormatterException
 
FormatterException(String, Throwable) - Constructor for exception org.specrunner.formatters.FormatterException
 
FormatterException(String) - Constructor for exception org.specrunner.formatters.FormatterException
 
FormatterException(Throwable) - Constructor for exception org.specrunner.formatters.FormatterException
 
FormatterJodatime - Class in org.specrunner.formatters.core
Formatter.
FormatterJodatime() - Constructor for class org.specrunner.formatters.core.FormatterJodatime
 
FormatterJodatimeTemplate - Class in org.specrunner.formatters.core
Formatter template for Jodatime.
FormatterJodatimeTemplate(String) - Constructor for class org.specrunner.formatters.core.FormatterJodatimeTemplate
 
FormatterManagerImpl - Class in org.specrunner.formatters.core
Default formatter manager implementation.
FormatterManagerImpl() - Constructor for class org.specrunner.formatters.core.FormatterManagerImpl
Default constructor.
frame - Variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Auxiliary frame.
FREE - Static variable in class org.specrunner.core.pipes.PipeMemory
Free information.
FREE - Static variable in class org.specrunner.core.pipes.PipeModel
Free model information.
free() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
Clean resource references to avoid JUnit overload.
free() - Method in class org.specrunner.junit.SRRunnerScenario
Clean resource references to avoid JUnit overload.
fromAnnotations(String, Object, StringBuilder, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Perform method search from annotations.
fromTarget(URI, String, String) - Method in class org.specrunner.source.core.AbstractSourceFactory
Load file from source.
fromTarget(URI, String, String) - Method in class org.specrunner.source.core.SourceFactoryHtml
 

G

GAP - Static variable in class org.specrunner.dumper.core.AbstractSourceDumperFile
Gap used to dump sources.
get(Class<?>) - Method in class org.specrunner.comparators.core.ComparatorManagerImpl
 
get(Class<?>) - Method in interface org.specrunner.comparators.IComparatorManager
Gets a comparator by type.
get(String, Object) - Method in class org.specrunner.concurrency.core.ConcurrentMappingImpl
 
get(String, Object) - Method in interface org.specrunner.concurrency.IConcurrentMapping
Given a resource name and the original one, return a concurrent version of this resource.
get(String, Object) - Method in class org.specrunner.configuration.core.ConfigurationImpl
 
get(String, Object) - Method in interface org.specrunner.configuration.IConfiguration
Get a value from map, if not found, result is 'defaultValue'.
get() - Static method in class org.specrunner.expressions.core.ExpressionItemClass
Singleton method.
get() - Static method in class org.specrunner.expressions.core.ExpressionItemModel
Singleton method.
get() - Static method in class org.specrunner.expressions.core.ExpressionItemValue
Singleton method.
get() - Static method in class org.specrunner.expressions.core.ExpressionItemVar
Singleton method.
get() - Static method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Singleton method.
get(Object) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
get(String, Object) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
get(String, Object) - Method in interface org.specrunner.features.IFeatureManager
Get a value from map, if not found, result is 'defaultValue'.
get(Object, String, Object...) - Method in class org.specrunner.parameters.core.AccessImpl
 
get(Object, String, Object...) - Method in interface org.specrunner.parameters.IAccess
Get the feature value.
get(String, Class<T>) - Method in class org.specrunner.pipeline.core.ChannelImpl
 
get(String, Class<T>) - Method in interface org.specrunner.pipeline.IChannel
 
get() - Static method in class org.specrunner.plugins.core.language.Placeholders
Get the patterns instance.
get(Class<T>, String) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
get(Class<T>, IPredicate<T>) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
get() - Static method in class org.specrunner.plugins.core.objects.core.ObjectSelector
Gets the thread safe instance of finder.
get(Class<T>, String) - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Lookup for a object of a given type, with the given key.
get(Class<T>, IPredicate<T>) - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Lookup for a object of a given type, with the given filter.
get() - Static method in class org.specrunner.report.core.comparators.IndexComparator
The instance access method.
get() - Static method in class org.specrunner.report.core.comparators.StatusComparator
The instance access method.
get() - Static method in class org.specrunner.report.core.comparators.TimeComparator
The instance access method.
get(Class<T>) - Method in class org.specrunner.result.core.WritableFactoryManagerImpl
 
get(Class<T>) - Method in interface org.specrunner.result.IWritableFactoryManager
Gets a writable factory by type.
get(Class<T>) - Static method in class org.specrunner.SRServices
Shortcut static method to recover a service (thread-safe).
get() - Static method in class org.specrunner.SRServices
Gets the instance of SRServices.
get(K) - Method in class org.specrunner.util.cache.core.CacheLRU
 
get(K) - Method in interface org.specrunner.util.cache.ICache
Get a cache object.
get(Object) - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
 
getActionType() - Method in class org.specrunner.plugins.core.data.PluginMap
 
getActionType() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
 
getActionType() - Method in class org.specrunner.plugins.core.elements.PluginHtml
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginExecuteRows
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginFor
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginIf
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginIfBranch
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginIterator
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginPause
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginRepeat
 
getActionType() - Method in class org.specrunner.plugins.core.flow.PluginWhile
 
getActionType() - Method in class org.specrunner.plugins.core.include.PluginColumn
 
getActionType() - Method in class org.specrunner.plugins.core.include.PluginImport
 
getActionType() - Method in class org.specrunner.plugins.core.include.PluginInclude
 
getActionType() - Method in class org.specrunner.plugins.core.language.PluginSentence
 
getActionType() - Method in class org.specrunner.plugins.core.logical.PluginCompareTree
 
getActionType() - Method in class org.specrunner.plugins.core.logical.PluginEquals
 
getActionType() - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
 
getActionType() - Method in class org.specrunner.plugins.core.logical.PluginVerifyRows
 
getActionType() - Method in class org.specrunner.plugins.core.macro.PluginCall
 
getActionType() - Method in class org.specrunner.plugins.core.macro.PluginMacro
 
getActionType() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelect
 
getActionType() - Method in class org.specrunner.plugins.core.objects.core.PluginCollection
 
getActionType() - Method in class org.specrunner.plugins.core.objects.core.PluginDelete
 
getActionType() - Method in class org.specrunner.plugins.core.objects.core.PluginInsert
 
getActionType() - Method in class org.specrunner.plugins.core.PluginAssertion
 
getActionType() - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
getActionType() - Method in class org.specrunner.plugins.core.PluginNop
 
getActionType() - Method in class org.specrunner.plugins.core.text.PluginReplacer
 
getActionType() - Method in class org.specrunner.plugins.core.text.PluginReplacerMap
 
getActionType() - Method in class org.specrunner.plugins.core.var.AbstractPluginDefine
 
getActionType() - Method in class org.specrunner.plugins.core.var.PluginBean
 
getActionType() - Method in class org.specrunner.plugins.core.var.PluginExecuteLatter
 
getActionType() - Method in interface org.specrunner.plugins.IActionType
Get the plugin type.
getActionType() - Method in class org.specrunner.result.core.ResultImpl
 
getAfter() - Method in class org.specrunner.plugins.core.data.PluginMap
The order of mapping, before or after perform content.
getAfter() - Method in class org.specrunner.plugins.core.language.PluginSentence
The flag status.
getAlias(Class<? extends IPlugin>) - Method in class org.specrunner.plugins.core.factories.PluginFactoryGroupImpl
 
getAlias(Class<? extends IPlugin>) - Method in class org.specrunner.plugins.core.factories.PluginFactoryImpl
 
getAlias(Class<? extends IPlugin>) - Method in class org.specrunner.plugins.core.factories.PluginFactoryText
 
getAlias(Class<? extends IPlugin>) - Method in interface org.specrunner.plugins.IPluginFactory
Given a class, for example, return the corresponding alias for the plugin.
getAligner() - Method in exception org.specrunner.util.aligner.AlignmentException
 
getAllDeclaredMethods(Class<?>) - Static method in class org.specrunner.annotations.UtilAnnotations
Get all declared methods, from superclass to subclass in that order.
getAllParameters() - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
getAllParameters() - Method in interface org.specrunner.parameters.IParameterDecorator
Map of parameters set.
getAllResources(String) - Method in class org.specrunner.util.resources.ResourceFinder
List of all resource URLs associated to a given file, including its suffix '_default' corresponding version.
getAnnotatedMethods(Object, Class<T>) - Static method in class org.specrunner.annotations.UtilAnnotations
Get annotations of a given object.
getAnnotatedMethods(Class<?>, Class<T>) - Static method in class org.specrunner.annotations.UtilAnnotations
Get annotations of a given type.
getAnnotations(Class<?>, Class<T>, boolean) - Static method in class org.specrunner.annotations.UtilAnnotations
Get full list annotation values of a given type.
getAnnotations() - Method in class org.specrunner.parameters.core.AccessImpl
 
getAnnotations() - Method in interface org.specrunner.parameters.IAccess
Get the annotation information of a given access.
getAnnotator() - Method in class org.specrunner.annotator.core.AnnotatorFactoryImpl
Gets the annotator.
getArgs() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
The converter arguments.
getArguments() - Method in interface org.specrunner.util.expression.IAbstraction
Get element arguments in a array.
getArguments(List<String>) - Method in interface org.specrunner.util.expression.IAbstraction
Get element arguments in a array.
getArguments() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getArguments(List<String>) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getArgumentsLocal(IContext, boolean, List<String>) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
Get arguments for evaluation.
getAssertionCounter() - Method in class org.specrunner.report.core.Resume
Gets the assertions counter.
getAssertionTotal() - Method in class org.specrunner.report.core.Resume
Gets the assertions total counter.
getAttribute(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getAttribute(String, String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getAttribute(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Get attribute value by type.
getAttribute(String, String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Get attribute value by type.
getAttributeValue() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getAttributeValue() - Method in interface org.specrunner.util.xom.node.INodeHolder
Set attribute value to look for on getObject(...) calls.Default is ATTRIBUTE_VALUE.
getBean() - Method in class org.specrunner.plugins.core.var.PluginBean
The plugin bean.
getBean(IContext) - Static method in class org.specrunner.plugins.core.var.PluginBean
Get the current bean object.
getBlock() - Method in class org.specrunner.result.core.ResultImpl
 
getBlock() - Method in interface org.specrunner.result.IResult
Block related to this result.
getByElement(Class<? extends Node>) - Method in class org.specrunner.context.core.ContextImpl
 
getByElement(Class<? extends Node>) - Method in interface org.specrunner.context.IContext
Search a block by element type.
getByName(String) - Method in class org.specrunner.context.core.ContextImpl
 
getByName(String) - Method in interface org.specrunner.context.IContext
Search a value by its name, from the most restricted block to the outermost (i.e.
getByPlugin(Class<? extends IPlugin>) - Method in class org.specrunner.context.core.ContextImpl
 
getByPlugin(Class<? extends IPlugin>) - Method in interface org.specrunner.context.IContext
Search a block by plugin type.
getByPrefix(String) - Method in class org.specrunner.source.namespace.core.NamespaceInfoDefault
 
getByPrefix(String) - Method in interface org.specrunner.source.namespace.INamespaceInfo
Get context by prefix.
getBytes(Reader, Charset) - Static method in class org.specrunner.util.UtilIO
 
getBytes(InputStream) - Static method in class org.specrunner.util.UtilIO
 
getByURI(String) - Method in class org.specrunner.source.namespace.core.NamespaceInfoDefault
 
getByURI(String) - Method in interface org.specrunner.source.namespace.INamespaceInfo
Get context by uri.
getCalendar() - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
Get a calendar object based on timezone.
getCaption(int) - Method in class org.specrunner.util.xom.node.TableAdapter
The caption given by that index.
getCaptions() - Method in class org.specrunner.util.xom.node.TableAdapter
Get captions list.
getCaptionsCount() - Method in class org.specrunner.util.xom.node.TableAdapter
The counter of captions.
getCaptionsXPath() - Method in class org.specrunner.util.xom.node.TableAdapter
Gets the XPath for captions.
getCell(int) - Method in class org.specrunner.util.xom.node.RowAdapter
Get cell at a given index.
getCells() - Method in class org.specrunner.util.xom.node.RowAdapter
List of cells.
getCellsCount() - Method in class org.specrunner.util.xom.node.RowAdapter
Number of cells per row.
getChildren() - Method in class org.specrunner.util.composite.core.CompositeImpl
 
getChildren() - Method in interface org.specrunner.util.composite.IComposite
Get the children list.
getChildrenAsString(Node) - Static method in class org.specrunner.util.xom.UtilNode
Get child elements as a String.
getClass(String) - Method in class org.specrunner.plugins.core.factories.PluginFactoryGroupImpl
 
getClass(String) - Method in class org.specrunner.plugins.core.factories.PluginFactoryImpl
 
getClass(String) - Method in class org.specrunner.plugins.core.factories.PluginFactoryText
 
getClass(String) - Method in interface org.specrunner.plugins.IPluginFactory
Given a name, return the corresponding plugin class associated.
getClasses() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
getClasses() - Method in interface org.specrunner.expressions.IExpressionFactory
The set of predefined classes.
getClean() - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
 
getClean() - Method in class org.specrunner.dumper.core.SourceDumperGroupImpl
 
getClean() - Method in interface org.specrunner.dumper.ISourceDumper
Get clean status.
getCleaner() - Method in class org.specrunner.util.cache.core.CacheLRU
 
getCleaner() - Method in interface org.specrunner.util.cache.ICache
Get the cache cleaner.
getCol(int) - Method in class org.specrunner.util.xom.node.TableAdapter
The col given by that index.
getCols() - Method in class org.specrunner.util.xom.node.TableAdapter
Get cols list.
getColsCount() - Method in class org.specrunner.util.xom.node.TableAdapter
The counter of cols.
getColsXPath() - Method in class org.specrunner.util.xom.node.TableAdapter
Gets the XPath for cols.
getComparator() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Gets the comparator.
getComparator() - Method in class org.specrunner.report.core.ReportPart
Gets the comparator.
getComparator() - Method in interface org.specrunner.util.expression.IAbstraction
Get the comparator of the given element.
getComparator(IComparator) - Method in interface org.specrunner.util.expression.IAbstraction
Get the comparator of the given element.
getComparator() - Method in class org.specrunner.util.resources.ResourceFinder
Get the resources comparator.
getComparator() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getComparator(IComparator) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getComparatorManager() - Static method in class org.specrunner.SRServices
Shortcut method to comparator manager.
getCondition() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Condition to enable pause on failure behavior.
getCondition() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getCondition() - Method in interface org.specrunner.plugins.ITestPlugin
Get the plugin execution condition.
getConditionModel() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getConditionModel() - Method in interface org.specrunner.plugins.ITestPlugin
Get the plugin execution condition model.
getConfiguration() - Method in class org.specrunner.features.core.FeatureManagerImpl
 
getConfiguration() - Method in interface org.specrunner.features.IFeatureManager
Get configuration.
getContent(File) - Method in class org.specrunner.readers.core.ReaderFile
Get contents of a file.
getContext() - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Get the current context.
getConverter(Annotation[]) - Static method in class org.specrunner.converters.UtilConverter
Extract converter information from parameter annotations.
getConverter() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get converters.
getConverter() - Method in interface org.specrunner.util.expression.IAbstraction
Get the converter.
getConverter(IConverter) - Method in interface org.specrunner.util.expression.IAbstraction
Get the converter, if any, otherwise returns the default converter.
getConverter() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getConverter(IConverter) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getConverterManager() - Static method in class org.specrunner.SRServices
Shortcut method to converter manager.
getCreator() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Returns the object creator of embeddable objects.
getCreatorInstance() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Object creator type.
getCriteria() - Method in class org.specrunner.result.core.ResultSetImpl
 
getCriteria() - Method in interface org.specrunner.result.IResultSet
String comparison criteria for messages.
getCssName() - Method in class org.specrunner.util.xom.AbstractType
The CSS which represents the type.
getCssNodeOrElement(Node, String) - Static method in class org.specrunner.util.xom.UtilNode
Get the highest node with the style given.
getCssNodesOrElements(Node, String) - Static method in class org.specrunner.util.xom.UtilNode
Get elements of css or tag name.
getCurrentSource() - Method in class org.specrunner.context.core.ContextImpl
 
getCurrentSource() - Method in interface org.specrunner.context.IContext
Get current source.
getDecorated() - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
getDecorated() - Method in interface org.specrunner.parameters.IParameterDecorator
Gets the decorated object.
getDef() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get default value.
getDefault(Class<T>) - Method in class org.specrunner.core.SRMappingDefault
Gets the default instance of a given services.
getDefault(Class<T>) - Method in interface org.specrunner.ISRMapping
Gets the default instance of a given class (service).
getDefault() - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
 
getDefault() - Method in interface org.specrunner.util.mapping.IMappingManager
Get the default object.
getDefault(String) - Method in class org.specrunner.util.resources.ResourceFinder
Get default name for resource files.
getDepth() - Method in class org.specrunner.plugins.core.include.PluginInclude
The max depth allowed for inclusion files.
getDepth(Node) - Static method in class org.specrunner.util.xom.UtilNode
Get the node depth in the specification.
getDir() - Method in class org.specrunner.plugins.core.include.PluginInclude
The input directory.
getDisabledAliases() - Method in class org.specrunner.runner.core.BlockFilterDefault
Get the list of disabled aliases.
getDisabledTypes() - Method in class org.specrunner.runner.core.BlockFilterDefault
Get the list of disabled types.
getDocument(ISource) - Method in class org.specrunner.plugins.core.include.PluginInclude
Get document from source.
getDocument() - Method in class org.specrunner.source.core.SourceImpl
 
getDocument() - Method in interface org.specrunner.source.ISource
The specification document.
getDumper() - Method in class org.specrunner.dumper.core.SourceDumperFactoryImpl
Gets the dumper.
getDumpers() - Method in class org.specrunner.report.core.ResumeReporter
Get dumpers list.
getElement() - Method in class org.specrunner.source.resource.element.core.AbstractResourceElement
 
getElement() - Method in interface org.specrunner.source.resource.element.IResourceElement
The element related to the resource.
getEmptyVal() - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Return the empty constant.
getEnabledAliases() - Method in class org.specrunner.runner.core.BlockFilterDefault
Get the list of enabled aliases.
getEnabledTypes() - Method in class org.specrunner.runner.core.BlockFilterDefault
Get the list of enabled types.
getEncoding() - Method in class org.specrunner.dumper.core.SourceDumperGroupImpl
 
getEncoding() - Method in class org.specrunner.source.core.EncodedImpl
 
getEncoding() - Method in class org.specrunner.source.core.SourceImpl
 
getEncoding() - Static method in class org.specrunner.source.core.UtilEncoding
Get encoding information.
getEncoding(IFeatureManager) - Static method in class org.specrunner.source.core.UtilEncoding
Get encoding information.
getEncoding() - Method in interface org.specrunner.source.IEncoded
Return the encoding.
getEnd() - Method in class org.specrunner.util.expression.core.PlaceholderDefault
 
getEnd() - Method in interface org.specrunner.util.expression.IPlaceholder
End token of placeholders.
getEnter() - Method in class org.specrunner.plugins.core.flow.PluginPause
Flag to indicate if pause is on dialog or 'Enter' key.
getEntities() - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
getEntities() - Method in interface org.specrunner.plugins.core.objects.IObjectManager
The mapping of all entities.
getError() - Method in class org.specrunner.plugins.core.AbstractPluginDual
Gets the error, if the operation returns false.
getError() - Method in class org.specrunner.plugins.core.logical.PluginEquals
 
getError() - Method in class org.specrunner.plugins.core.var.AbstractPluginDefine
 
getErrorMaxSize() - Method in class org.specrunner.result.core.ResultSetImpl
 
getErrorMaxSize() - Method in interface org.specrunner.result.IResultSet
Set max size of error list in toString()
getEscape() - Method in class org.specrunner.util.expression.core.PlaceholderDefault
 
getEscape() - Method in interface org.specrunner.util.expression.IPlaceholder
Escape character for placeholders.
getExpanded() - Method in class org.specrunner.plugins.core.include.PluginInclude
Gets the status expected for inclusion.
getExpected() - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
 
getExpected() - Method in interface org.specrunner.util.aligner.IStringAligner
The expected string.
getExpectedAligned() - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
 
getExpectedAligned() - Method in interface org.specrunner.util.aligner.IStringAligner
The base string aligned.
getExpressionFactory() - Static method in class org.specrunner.SRServices
Shortcut method to expression factory.
getFactory() - Method in class org.specrunner.source.core.SourceImpl
 
getFactory() - Method in interface org.specrunner.source.ISource
The source factory.
getFailure() - Method in class org.specrunner.result.core.ResultImpl
 
getFailure() - Method in interface org.specrunner.result.IResult
In case of errors result, an exception hold its information.
getFakeMethod() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
getFakeMethod() - Method in interface org.specrunner.junit.IRunnerScenario
The fake method.
getFakeMethod() - Method in class org.specrunner.junit.SRRunnerScenario
 
getFeatureManager() - Static method in class org.specrunner.SRServices
Shortcut method to feature manager.
getField(String) - Method in class org.specrunner.features.core.FeatureManagerImpl
Recover the property name for the feature.
getFieldName() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Gets the field column name.
getFile(Class<?>, boolean) - Static method in class org.specrunner.junit.JUnitUtils
Get the HTML file corresponding to the Java.
getFile() - Method in class org.specrunner.source.core.SourceImpl
 
getFile() - Method in interface org.specrunner.source.ISource
The source reference as a java.io.File instance.
getFile(ISource, String) - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
Get the file which represents the output resource.
getFile(ISource, String) - Method in class org.specrunner.source.resource.positional.core.CSSResource
 
getFile(ISource, String) - Method in class org.specrunner.source.resource.positional.core.JSResource
 
getFillCharacter() - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
 
getFillCharacter() - Method in interface org.specrunner.util.aligner.IStringAligner
Fill character in alignment.
getFilter() - Method in class org.specrunner.runner.core.RunnerImpl
 
getFilter() - Method in interface org.specrunner.runner.IRunner
Get runner filter.
getFontSize() - Method in class org.specrunner.listeners.core.ErrorFrame
The error font size.
getFormatter() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get formatter.
getFormatter() - Method in interface org.specrunner.util.expression.IAbstraction
Get the abstraction formatter.
getFormatter(IFormatter) - Method in interface org.specrunner.util.expression.IAbstraction
Get the abstraction formatter.
getFormatter() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getFormatter(IFormatter) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getFormatterArguments() - Method in interface org.specrunner.util.expression.IAbstraction
Get formatter attributes.
getFormatterArguments(List<String>) - Method in interface org.specrunner.util.expression.IAbstraction
Get formatter arguments.
getFormatterArguments() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getFormatterArguments(List<String>) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getFormatterArgumentsLocal(IContext, boolean, List<String>) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
Get arguments for formatter evaluation.
getFormatterManager() - Static method in class org.specrunner.SRServices
Shortcut method to formatter manager.
getFormattersArgs() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
The formatter arguments.
getFullName() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get full name of field.
getFullTrace() - Method in class org.specrunner.result.core.ResultImpl
 
getFullTrace() - Method in class org.specrunner.result.core.ResultSetImpl
 
getFullTrace() - Method in interface org.specrunner.result.IResult
Get full trace status.
getFullTrace() - Method in interface org.specrunner.result.IResultSet
Get full trace status.
getHeader() - Method in class org.specrunner.report.core.ReportPart
Gets the header.
getHeaderTag() - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
Get the element which represents the resource.
getHeaderTag(ISource, String) - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
Ges the element which represents the source provided extra information.
getHeaderTag() - Method in class org.specrunner.source.resource.positional.core.CSSResource
 
getHeaderTag(ISource, String) - Method in class org.specrunner.source.resource.positional.core.CSSResource
 
getHeaderTag() - Method in class org.specrunner.source.resource.positional.core.JSResource
 
getHeaderTag(ISource, String) - Method in class org.specrunner.source.resource.positional.core.JSResource
 
getHide() - Method in class org.specrunner.plugins.core.flow.PluginIfBranch
Gets the hide status.
getHighest(Nodes...) - Static method in class org.specrunner.util.xom.UtilNode
Get the highest node in the specification hierarchy.
getHref() - Method in class org.specrunner.plugins.core.elements.PluginLink
Get location.
getHref() - Method in class org.specrunner.plugins.core.include.PluginInclude
The link reference.
getImports() - Method in class org.specrunner.plugins.core.include.PluginImport
Get the list of imports.
getIndex() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get index.
getIndex() - Method in class org.specrunner.report.core.Resume
Gets the index.
getIndex() - Method in class org.specrunner.report.core.ResumeReporter
Get resumes index.
getInformation() - Method in interface org.specrunner.result.IWritable
Extra information mapping.
getInjected() - Method in class org.specrunner.plugins.core.include.PluginInclude
Get the injected information.
getInput(Class<?>) - Method in class org.specrunner.junit.SpecRunnerStatement
Get input file name.
getInput() - Method in class org.specrunner.report.core.Resume
Get the input.
getInputStreams(List<URL>) - Static method in class org.specrunner.util.UtilIO
Get all input streams for the given URL list.
getInstance() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
getInstance() - Method in interface org.specrunner.junit.IRunnerScenario
The fixture object, if it exists, null, otherwise.
getInstance() - Method in class org.specrunner.junit.SRRunnerScenario
 
getInstance() - Method in class org.specrunner.listeners.core.ScenarioFrameListener
The fixture instance.
getIterableXPath() - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Return the XPath expression for object attributes of type 'iterable'.
getKey() - Method in class org.specrunner.util.cache.CacheEntry
Get the cache key.
getKind() - Method in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Get the kind to factory.
getLeft(Node) - Static method in class org.specrunner.util.xom.UtilNode
Get highest descendant node with class 'CSS_LEFT'.
getListeners() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
getListeners() - Method in interface org.specrunner.junit.IRunnerScenario
Scenario listeners.
getListeners() - Method in class org.specrunner.junit.SRRunnerScenario
 
getLocal(IContext, boolean, IConverter, List<String>) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getManager() - Method in class org.specrunner.source.core.SourceImpl
 
getManager() - Method in interface org.specrunner.source.ISource
A resource manager.
getMap() - Method in class org.specrunner.context.core.BlockImpl
 
getMap() - Method in class org.specrunner.context.core.ContextImpl
 
getMap() - Method in interface org.specrunner.context.IBlock
Mapping of elements related to the block.
getMapping() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Return the map of field information.
getMax() - Method in class org.specrunner.plugins.core.flow.PluginFor
Gets the ending index.
getMessage() - Method in class org.specrunner.result.core.ResultImpl
 
getMessage(String, Throwable) - Method in class org.specrunner.result.core.ResultSetImpl
Obtain message from error notification.
getMessage() - Method in interface org.specrunner.result.IResult
Message associated to the result.
getMessage() - Method in exception org.specrunner.util.aligner.AlignmentException
 
getMessage() - Method in exception org.specrunner.util.xom.core.PresentationException
 
getMessages() - Method in class org.specrunner.junit.SpecRunnerStatement
Get expected messages if any.
getMessages() - Method in class org.specrunner.result.core.ResultSetImpl
 
getMessages() - Method in interface org.specrunner.result.IResultSet
Get the expected messages.
getMethod() - Method in class org.specrunner.plugins.core.language.PluginSentence
Get method name.
getMethodAfter(Object, String, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Get object method.
getMethodAnnotations(Method) - Method in class org.specrunner.parameters.core.AccessImpl
Get annotation for methods.
getMethodBefore(Object, String, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Get object method.
getMethods(Class<?>) - Static method in class org.specrunner.annotations.UtilAnnotations
Get public methods of a type.
getMillis(Object) - Method in class org.specrunner.comparators.core.AbstractComparatorTime
Get the corresponding time information in milliseconds.
getMillis(Object) - Method in class org.specrunner.comparators.core.ComparatorDate
 
getMillis(Object) - Method in class org.specrunner.comparators.core.ComparatorJodatime
 
getMillis(Object) - Method in class org.specrunner.comparators.core.ComparatorTime
 
getMillis(Object) - Method in class org.specrunner.comparators.core.ComparatorTimestamp
 
getMin() - Method in class org.specrunner.plugins.core.flow.PluginFor
Gets the starting index.
getModal() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Get modal information.
getModal() - Method in class org.specrunner.plugins.core.flow.PluginPause
Get modal information.
getModels() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
getModels() - Method in interface org.specrunner.expressions.IExpressionFactory
The set of predefined models.
getMsg() - Method in class org.specrunner.plugins.core.flow.PluginPause
Get pause message.
getName() - Method in class org.specrunner.expressions.core.ExpressionVariable
Gets the variable name.
getName() - Method in class org.specrunner.junit.ScenarioFrameworkMethod
 
getName() - Method in class org.specrunner.listeners.core.ContextListenerDestroyer
 
getName() - Method in class org.specrunner.listeners.core.ContextListenerPopulator
 
getName() - Method in class org.specrunner.listeners.core.IgnoreNodeListener
 
getName() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
 
getName() - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
getName() - Method in class org.specrunner.listeners.core.ProfilerSourceListener
 
getName() - Method in class org.specrunner.listeners.core.ScenarioFrameListener
 
getName() - Method in class org.specrunner.listeners.core.TagPluginListener
 
getName() - Method in interface org.specrunner.listeners.ISpecRunnerListener
The listener name.
getName() - Method in class org.specrunner.plugins.core.AbstractPluginNamed
Name attribute.
getName(Status) - Method in class org.specrunner.result.core.ResultSetImpl
Returns the name of a given status.
getName(Class<IActionType>) - Method in class org.specrunner.result.core.ResultSetImpl
The name for a given interface.
getName() - Method in class org.specrunner.reuse.core.AbstractReusable
 
getName() - Method in interface org.specrunner.reuse.IReusable
Reusable name.
getName() - Method in class org.specrunner.util.cache.core.CacheLRU
 
getName() - Method in interface org.specrunner.util.cache.ICache
Get the cache name.
getName() - Method in class org.specrunner.util.xom.AbstractType
The type name.
getNames() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Gets names.
getNamespaceInfo() - Method in class org.specrunner.source.core.SourceImpl
 
getNamespaceInfo() - Method in interface org.specrunner.source.ISource
Get meta-information associated to namespace.
getNode() - Method in class org.specrunner.context.core.BlockImpl
 
getNode() - Method in class org.specrunner.context.core.ContextImpl
 
getNode() - Method in interface org.specrunner.context.IBlock
Returns the specification node object related to the block.
getNode() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getNode() - Method in interface org.specrunner.util.xom.node.INodeHolder
Get the hold node.
getNodes() - Method in class org.specrunner.source.resource.core.AbstractResource
 
getNodes() - Method in interface org.specrunner.source.resource.IResource
Return node representations of resources after writeTo method call.
getNome() - Method in class org.specrunner.core.pipes.PipeDump
Thread normalized name.
getNormalized() - Method in class org.specrunner.plugins.core.AbstractPlugin
If normalized is false, the expected and received String are not compared using their normalized version (trim+remove extra spaces).
getNormalized(String) - Method in class org.specrunner.plugins.core.AbstractPlugin
Get the normalized version of a string.
getNormalized() - Method in class org.specrunner.plugins.core.PluginGroupImpl
Returns the normalized version of the group.
getNormalized() - Method in interface org.specrunner.plugins.IPluginGroup
Normalizes the plugin group.
getNormalizer() - Method in class org.specrunner.plugins.core.AbstractPlugin
Get a normalizer.
getNormalizer() - Static method in class org.specrunner.util.string.UtilString
Get string normalizer.
getNotifier() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
getNotifier() - Method in interface org.specrunner.junit.IRunnerScenario
The notifier.
getNotifier() - Method in class org.specrunner.junit.SRRunnerScenario
 
getNullVal() - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Get null explicit representation.
getObject(IContext) - Method in class org.specrunner.context.core.LazyExpressionModel
 
getObject() - Method in interface org.specrunner.context.IDestructable
The wrapped object.
getObject(IContext) - Method in interface org.specrunner.context.IModel
Return the object.
getObject(IContext) - Method in class org.specrunner.plugins.core.language.PluginSentence
Get the object instance to be used by plugin actions.
getObject(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Given a key, returns the corresponding object instance.
getObject() - Method in class org.specrunner.reuse.core.AbstractReusable
 
getObject() - Method in interface org.specrunner.reuse.IReusable
The reusable object.
getObject(IContext, boolean) - Method in interface org.specrunner.util.expression.IAbstraction
Gets the corresponding value object.
getObject(IContext, boolean, IConverter, List<String>) - Method in interface org.specrunner.util.expression.IAbstraction
Gets the corresponding value object.
getObject(IContext, boolean) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getObject(IContext, boolean, IConverter, List<String>) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getObjectInstance(IContext, TableAdapter) - Method in class org.specrunner.plugins.core.include.PluginColumn
Get the object instance to be used by plugin actions.
getObjectManager() - Static method in class org.specrunner.SRServices
Shortcut method to feature manager.
getObjects() - Method in class org.specrunner.context.core.ContextImpl
 
getObjects() - Method in interface org.specrunner.context.IContext
A map of all objects in context.
getObjects() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Set of handled objects.
getObjectValue(IContext, Node) - Method in class org.specrunner.plugins.core.AbstractPluginDual
Default behavior.
getObjectValue(IContext, Node) - Method in class org.specrunner.plugins.core.var.PluginExecute
 
getObjectValue(IContext, Node) - Method in class org.specrunner.plugins.core.var.PluginSet
 
getOnEnd() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperBeforeListener
 
getOnEnd() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
On end plugin type.
getOnEndMessage() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperBeforeListener
 
getOnEndMessage() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
Get on end message.
getOnStart() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperAfterListener
 
getOnStart() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
On start plugin type.
getOnstart() - Method in class org.specrunner.plugins.core.AbstractPluginDual
Get if execute on start.
getOnStartMessage() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperAfterListener
 
getOnStartMessage() - Method in class org.specrunner.listeners.core.AbstractScenarioWrapperListener
On start message.
getOutput(Class<?>, File) - Static method in class org.specrunner.junit.JUnitUtils
Get the output file.
getOutput(Class<?>) - Method in class org.specrunner.junit.SpecRunnerStatement
Get output file name.
getOutput() - Method in class org.specrunner.junit.SpecRunnerStatement
Get the output file.
getOutput() - Method in class org.specrunner.report.core.Resume
Get the output.
getOutputDirectory() - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
The output directory.
getOutputFile() - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Get output file.
getOutputName() - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
The output file name.
getOutputName(String) - Static method in class org.specrunner.junit.JUnitUtils
Get the output name adjusted.
getOutputName(String) - Method in class org.specrunner.junit.SpecRunnerStatement
Get the output name adjusted.
getPackages(IContext) - Static method in class org.specrunner.plugins.core.include.PluginImport
Recover the package list in context, if any.
getParameter(String) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
getParameter(String) - Method in interface org.specrunner.parameters.IParameterDecorator
Gets a parameter.
getParameters() - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
getParameters() - Method in class org.specrunner.parameters.core.ParameterHolder
 
getParameters() - Method in interface org.specrunner.parameters.IParameterDecorator
Map of parameters set.
getParameters() - Method in interface org.specrunner.parameters.IParameterHolder
Get parameters.
getParameters() - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
getParent() - Method in class org.specrunner.expressions.core.AbstractExpression
 
getParent() - Method in interface org.specrunner.expressions.IExpression
The mother factory.
getParent() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getParent() - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
getParent() - Method in interface org.specrunner.plugins.IPlugin
Get the plugin factory source.
getParent() - Method in class org.specrunner.source.resource.core.AbstractResource
 
getParent() - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
getParent() - Method in interface org.specrunner.source.resource.IResource
The reference parent.
getParent() - Method in interface org.specrunner.source.resource.IResourceManager
The resource manager parent source.
getParentByElement(Class<? extends Node>) - Method in class org.specrunner.context.core.ContextImpl
 
getParentByElement(Class<? extends Node>) - Method in interface org.specrunner.context.IContext
Strict parent search by element type.
getParentByName(String) - Method in class org.specrunner.context.core.ContextImpl
 
getParentByName(String) - Method in interface org.specrunner.context.IContext
A strict parent search a value by its name, from the most restricted block to the outermost (i.e.
getParentByPlugin(Class<? extends IPlugin>) - Method in class org.specrunner.context.core.ContextImpl
 
getParentByPlugin(Class<? extends IPlugin>) - Method in interface org.specrunner.context.IContext
Strict parent search by plugin type.
getParser(Map<String, Object>) - Method in class org.specrunner.source.core.BuilderFactoryImpl
Get the parser.
getParts() - Method in interface org.specrunner.report.core.IResumeDumper
List of parts.
getParts() - Method in class org.specrunner.report.core.ResumeDumperHtml
 
getParts() - Method in class org.specrunner.report.core.ResumeDumperTxt
 
getPath(IContext) - Method in class org.specrunner.plugins.core.include.PluginInclude
Normalize path removing parameters.
getPause() - Method in class org.specrunner.plugins.core.flow.PluginPause
Get pause message.
getPauseOnFailure() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
The pause status.
getPipeline(SRServices, String) - Static method in class org.specrunner.core.SpecRunnerPipelineUtils
Get pipeline by fixed file name.
getPipeline(SRServices, IConfiguration, String) - Static method in class org.specrunner.core.SpecRunnerPipelineUtils
Get a pipeline from a configuration file.
getPlace() - Method in class org.specrunner.source.resource.positional.Position
The placement element.
getPlugin() - Method in class org.specrunner.context.core.BlockImpl
 
getPlugin() - Method in class org.specrunner.context.core.ContextImpl
 
getPlugin() - Method in interface org.specrunner.context.IBlock
The plugin related to the block.
getPosition() - Method in class org.specrunner.source.resource.positional.core.AbstractResourcePositional
 
getPosition() - Method in interface org.specrunner.source.resource.positional.IResourcePositional
The position to add the resource.
getPrecedence() - Method in class org.specrunner.expressions.core.AbstractExpression
 
getPrecedence() - Method in interface org.specrunner.expressions.IExpression
Get evaluation precedence order.
getPrefix() - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Processor prefix.
getPrefix(String) - Method in class org.specrunner.source.namespace.core.NamespaceInfoDefault
 
getPrefix(String) - Method in interface org.specrunner.source.namespace.INamespaceInfo
Get prefix by uri information.
getPrefix() - Method in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
Get a description prefix.
getProperty(Object, String) - Method in class org.specrunner.parameters.core.AccessFactoryImpl
 
getProperty(Object, String) - Method in interface org.specrunner.parameters.IAccessFactory
Get the object value for str path in object.
getProperty(IContext, boolean) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
Get property value.
getQualifiedName() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getQualifiedName() - Method in interface org.specrunner.util.xom.node.INodeHolder
Get qualified name (include namespace).
getRange(String, int, int) - Static method in class org.specrunner.util.math.Range
Get a range.
getRanges(String, String, int, int) - Static method in class org.specrunner.util.math.Range
Range list creator.
getReader() - Method in interface org.specrunner.util.expression.IAbstraction
Get reader object.
getReader(IReader) - Method in interface org.specrunner.util.expression.IAbstraction
Get reader object or default if not found.
getReader(URI) - Static method in class org.specrunner.util.UtilIO
Get Reader for a given URI.
getReader(URL) - Static method in class org.specrunner.util.UtilIO
Get Reader for a given URL.
getReader() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getReader(IReader) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getReaderManager() - Static method in class org.specrunner.SRServices
Shortcut method to reader manager.
getReceived() - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
 
getReceived() - Method in interface org.specrunner.util.aligner.IStringAligner
The received string.
getReceivedAligned() - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
 
getReceivedAligned() - Method in interface org.specrunner.util.aligner.IStringAligner
The received string aligned.
getRecordSuccess() - Method in class org.specrunner.result.core.ResultSetImpl
 
getRecordSuccess() - Method in interface org.specrunner.result.IResultSet
Flag to record status which isError returns true.
getReference() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets the attribute which represents the keys of the entity.
getReferenceName() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
Get attribute reference name.
getReferenceName() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceableSrc
 
getReferenceName() - Method in class org.specrunner.plugins.core.elements.PluginLink
 
getReferenceName() - Method in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
Get the attribute name reference.
getReferenceValue() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
Get the previous attribute value.
getReferenceValue() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceableSrc
 
getReferenceValue() - Method in class org.specrunner.plugins.core.elements.PluginLink
 
getReporter() - Method in class org.specrunner.report.core.ReporterFactoryImpl
Gets the reporter.
getResolver() - Method in class org.specrunner.plugins.core.include.PluginInclude
Resolver of relative links.
getResolver() - Method in class org.specrunner.readers.core.ReaderFile
Resolver of relative links.
getResourcePath() - Method in class org.specrunner.source.resource.core.AbstractResource
 
getResourcePath() - Method in interface org.specrunner.source.resource.IResource
The resource path, relative to classpath.
getResources(String...) - Method in class org.specrunner.util.resources.ResourceFinder
Find a given file in classloader.
getResourceURLs() - Method in class org.specrunner.source.resource.core.AbstractResource
Gets the list of URL resources.
getResult() - Method in class org.specrunner.listeners.core.ScenarioFrameListener
Get the result subset specific to this scenario.
getResultFilter() - Method in class org.specrunner.result.core.ResultSetImpl
 
getResultFilter() - Method in interface org.specrunner.result.IResultSet
Return the filter.
getResultStatus() - Method in class org.specrunner.report.core.ResumeReporter
Get execution status.
getResumes() - Method in class org.specrunner.report.core.ResumeReporter
Get resume set.
getRight(Node) - Static method in class org.specrunner.util.xom.UtilNode
Get highest descendant node with class 'CSS_RIGHT'.
getRow(int) - Method in class org.specrunner.util.xom.node.TableAdapter
The row given by that index.
getRowCount() - Method in class org.specrunner.util.xom.node.TableAdapter
The counter of rows.
getRows() - Method in class org.specrunner.util.xom.node.TableAdapter
The rows list.
getRowsXPath() - Method in class org.specrunner.util.xom.node.TableAdapter
Gets the XPath for rows.
getRunner() - Method in class org.specrunner.context.core.ContextImpl
 
getRunner() - Method in interface org.specrunner.context.IContext
The runner related to the context.
getRunner() - Method in class org.specrunner.core.SpecRunnerFactoryImpl
Gets the runner.
getRunner() - Method in class org.specrunner.core.SpecRunnerFactoryPluginImpl
Gets the runner.
getRunner() - Method in class org.specrunner.runner.core.RunnerFactoryImpl
Gets the runner.
getSave() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResource
Return true, if resources like CSS/JS should saved on error report.
getScenarioCleaner(Class<?>) - Static method in class org.specrunner.junit.JUnitUtils
Get scenario cleaner.
getScenarioLevel(String) - Static method in class org.specrunner.listeners.core.ScenarioFrameListener
Get scenario level based on its title.
getScenarioListener(Class<?>) - Static method in class org.specrunner.junit.JUnitUtils
Given a class return instances for scenario listeners.
getScenarioPath(Node) - Static method in class org.specrunner.listeners.core.ScenarioFrameListener
Get full pathname for scenario.
getScenarios() - Method in class org.specrunner.source.core.SourceImpl
 
getScenarios() - Method in interface org.specrunner.source.ISource
The specification scenarios.
getScope() - Method in class org.specrunner.plugins.core.AbstractPluginScoped
The scope value.
getSeparator() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Gets the string used to separate fields of reference.
getSerializer(OutputStream) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Gets document serializer.
getServices() - Method in class org.specrunner.SRServices
The map of all available services.
getShowDialog() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
The dialog enabled status.
getSleep() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getSleep() - Method in interface org.specrunner.plugins.ISleepPlugin
The plugin timeout.
getSleepModel() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getSleepModel() - Method in interface org.specrunner.plugins.ISleepPlugin
Return the sleep based on a model.
getSorted() - Method in class org.specrunner.result.core.ResultSetImpl
 
getSorted() - Method in interface org.specrunner.result.IResultSet
Get the sort flag.
getSource() - Method in class org.specrunner.context.core.LazyExpressionModel
Gets the source.
getSource(URI) - Method in class org.specrunner.plugins.core.include.PluginInclude
Get source from a URI.
getSource(AbstractPluginObject, IContext) - Method in class org.specrunner.plugins.core.objects.core.ObjectSelector
 
getSource(AbstractPluginObject, IContext) - Method in interface org.specrunner.plugins.core.objects.IObjectSelector
The source for object selection.
getSources() - Method in class org.specrunner.context.core.ContextImpl
 
getSources() - Method in interface org.specrunner.context.IContext
Queue of sources.
getSpecific(String) - Method in class org.specrunner.util.resources.ResourceFinder
Get the most specific file.
getSpecificType() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get the type of field.
getSpecRunner() - Static method in class org.specrunner.SRServices
Shortcut method to the topmost interface.
getSpecRunnerPlugin() - Static method in class org.specrunner.SRServices
Shortcut method to the topmost interface for programmatic plugins.
getSrc() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceableSrc
The source attribute.
getStart() - Method in class org.specrunner.util.expression.core.PlaceholderDefault
 
getStart() - Method in interface org.specrunner.util.expression.IPlaceholder
Start token of placeholders.
getStatement() - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
getStatement() - Method in interface org.specrunner.junit.IRunnerScenario
Statement performed.
getStatement() - Method in class org.specrunner.junit.SRRunnerScenario
 
getStatus() - Method in class org.specrunner.report.core.Resume
Get the status.
getStatus() - Method in class org.specrunner.report.core.ResumeReporter
Map of status counts.
getStatus() - Method in class org.specrunner.result.core.ResultImpl
 
getStatus() - Method in class org.specrunner.result.core.ResultSetImpl
 
getStatus() - Method in interface org.specrunner.result.IStatus
The object status.
getStatusCounter() - Method in class org.specrunner.report.core.Resume
Gets the status counter.
getStatusTotal() - Method in class org.specrunner.report.core.Resume
Gets the status total.
getStep() - Method in class org.specrunner.plugins.core.flow.PluginFor
Gets the index jumping step.
getStream(URI) - Static method in class org.specrunner.util.UtilIO
Get stream for a given URI.
getStream(URL) - Static method in class org.specrunner.util.UtilIO
Get stream for a given URL.
getString() - Method in class org.specrunner.source.core.SourceImpl
 
getString() - Method in interface org.specrunner.source.ISource
The source reference as String.
getString(Reader) - Static method in class org.specrunner.util.UtilIO
 
getSupermapping() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Get super class mapping.
getTableAdapter(IContext) - Method in class org.specrunner.plugins.core.AbstractPluginTable
Gets the table adapter from a table.
getTag() - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Get tag.
getTest(IContext, String) - Static method in class org.specrunner.plugins.core.flow.PluginIf
Gets the previously calculated condition with the given name.
getTestClass() - Method in interface org.specrunner.junit.IRunnerScenario
Get test class.
getTestInstance() - Static method in class org.specrunner.plugins.core.elements.PluginHtml
Get the test object class.
getThread() - Method in class org.specrunner.concurrency.core.ConcurrentMappingImpl
 
getThread() - Method in interface org.specrunner.concurrency.IConcurrentMapping
Get the thread name normalized.
getThreadName() - Method in class org.specrunner.SRServices
Get the thread associated to this service..
getThreadsafe() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getThreadsafe() - Method in interface org.specrunner.plugins.IParalelPlugin
The plugin thread safe status.
getTime() - Method in class org.specrunner.plugins.core.flow.PluginPause
If set, specify the time to wait.
getTime() - Method in class org.specrunner.report.core.Resume
Get time.
getTimeByType() - Method in class org.specrunner.listeners.core.ProfilerPluginListener
The mapping of time by action type.
getTimeout() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getTimeout() - Method in interface org.specrunner.plugins.ITimedPlugin
The plugin timeout.
getTimeoutModel() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getTimeoutModel() - Method in interface org.specrunner.plugins.ITimedPlugin
Model for timeout testing.
getTimestamp() - Method in class org.specrunner.report.core.Resume
Get timestamp.
getTimezone() - Method in class org.specrunner.converters.core.AbstractConverterTimezone
Get current timezone set.
getTolerance() - Method in class org.specrunner.comparators.core.AbstractComparatorTime
Get the time tolerance.
getTotal() - Method in interface org.specrunner.plugins.core.data.IDataList
Total of items in the iterator.
getTotal() - Method in class org.specrunner.report.core.ResumeReporter
Get total execution time.
getTransformer() - Method in class org.specrunner.plugins.core.include.PluginInclude
Get the transformer field.
getType() - Method in class org.specrunner.comparators.core.ComparatorClob
 
getType() - Method in class org.specrunner.comparators.core.ComparatorDate
 
getType() - Method in class org.specrunner.comparators.core.ComparatorDefault
 
getType() - Method in class org.specrunner.comparators.core.ComparatorJodatime
 
getType() - Method in class org.specrunner.comparators.core.ComparatorMd5
 
getType() - Method in class org.specrunner.comparators.core.ComparatorNode
 
getType() - Method in class org.specrunner.comparators.core.ComparatorString
 
getType() - Method in class org.specrunner.comparators.core.ComparatorTime
 
getType() - Method in class org.specrunner.comparators.core.ComparatorTimestamp
 
getType() - Method in class org.specrunner.comparators.core.ComparatorTrue
 
getType() - Method in interface org.specrunner.comparators.IComparator
The comparator reference type.
getType() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
The object type of the plugin.
getType() - Method in interface org.specrunner.result.IWritableFactory
Get the type handled by this factory.
getType() - Method in class org.specrunner.source.resource.core.AbstractResource
 
getType() - Method in interface org.specrunner.source.resource.IResource
The resource type.
getTypeInstance() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Gets the corresponding class to type.
getTypes() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get types.
getTypes() - Method in class org.specrunner.report.core.ResumeReporter
Map if action types.
getURI(StringBuilder, URI) - Method in class org.specrunner.readers.core.ReaderFile
Get URI data.
getURI(StringBuilder, URI) - Method in class org.specrunner.readers.core.ReaderUri
 
getURI() - Method in class org.specrunner.source.core.SourceImpl
 
getURI() - Method in interface org.specrunner.source.ISource
The source reference as a java.net.URI instance.
getUri() - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Get URI.
getURI(String) - Method in class org.specrunner.source.namespace.core.NamespaceInfoDefault
 
getURI(String) - Method in interface org.specrunner.source.namespace.INamespaceInfo
Get uri by prefix.
getValue(IContext, String, boolean) - Method in class org.specrunner.expressions.core.ExpressionJanino
Get the value for a expression.
getValue() - Method in class org.specrunner.plugins.core.AbstractPluginValue
Get the value attribute.
getValue(Object, boolean, IContext) - Method in class org.specrunner.plugins.core.AbstractPluginValue
Gets a value based on a string.
getValue() - Method in class org.specrunner.util.cache.CacheEntry
Get the value.
getValue(IContext) - Method in interface org.specrunner.util.expression.IAbstraction
Get element value.
getValue(IContext, Object[]) - Method in interface org.specrunner.util.expression.IAbstraction
Get element value.
getValue(IContext) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getValue(IContext, Object[]) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
getValue(IContext, boolean) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
Get value.
getValues() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
getValues() - Method in interface org.specrunner.expressions.IExpressionFactory
The set of predefined values.
getVar() - Method in class org.specrunner.plugins.core.flow.PluginFor
The index variable name.
getVar() - Method in class org.specrunner.plugins.core.flow.PluginIterable
The object variable name.
getWait() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getWait() - Method in interface org.specrunner.plugins.IWaitPlugin
The plugin wait time.
getWaitModel() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
getWaitModel() - Method in interface org.specrunner.plugins.IWaitPlugin
Return the wait based on a model.
getWrapper(Class<?>) - Static method in class org.specrunner.converters.UtilConverter
Get errors.
getWritable() - Method in class org.specrunner.result.core.ResultImpl
 
getWritable() - Method in interface org.specrunner.result.IResult
Each result can have its extra information, in the form of a writable object, in other words, a object that know how to write itself.
getXpath() - Method in class org.specrunner.source.resource.positional.Position
The XPath reference.
getXPath() - Method in class org.specrunner.util.xom.node.RowAdapter
The row XPath.
getZone() - Method in class org.specrunner.converters.core.AbstractConverterTimezone
Get a timezone definition.
global - Variable in class org.specrunner.plugins.core.macro.PluginMacro
Set if a macro should be global to the current specification.
group - Variable in class org.specrunner.junit.concurrent.NamedFactory
Thread group.

H

hasAnnotation(IAccess, Class<? extends Annotation>) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
Check if @DontEval annotation is present in feature.
hasAttribute(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
hasAttribute(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Check if an given attribute is present.
hasBlock() - Method in class org.specrunner.result.core.ResultImpl
 
hasBlock() - Method in interface org.specrunner.result.IResult
If result has a block.
hasChildren() - Method in class org.specrunner.context.core.BlockImpl
 
hasChildren() - Method in class org.specrunner.context.core.ContextImpl
 
hasChildren() - Method in interface org.specrunner.context.IBlock
Indicates if the block node has children.
hasFailure() - Method in class org.specrunner.result.core.ResultImpl
 
hasFailure() - Method in interface org.specrunner.result.IResult
If result has a failure.
hasFeature() - Method in class org.specrunner.parameters.core.AccessImpl
 
hasFeature() - Method in interface org.specrunner.parameters.IAccess
Check if access has feature associated or null.
hashCode() - Method in class org.specrunner.expressions.core.ExpressionKey
 
hashCode() - Method in class org.specrunner.junit.SpecRunnerParametrized.Entry
 
hashCode() - Method in class org.specrunner.plugins.PluginKind
 
hashCode() - Method in class org.specrunner.source.core.SourceImpl
 
hashCode() - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
 
hashCode() - Method in class org.specrunner.util.cache.CacheEntry
 
hashCode() - Method in class org.specrunner.util.xom.AbstractType
 
hasHeader(TableAdapter) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Check if the given table has a header or not.
hasInformation() - Method in interface org.specrunner.result.IWritable
If writable has information.
hasMap() - Method in class org.specrunner.context.core.BlockImpl
 
hasMap() - Method in class org.specrunner.context.core.ContextImpl
 
hasMap() - Method in interface org.specrunner.context.IBlock
Indicates if block has a mapping or not.
hasMessage() - Method in class org.specrunner.result.core.ResultImpl
 
hasMessage() - Method in interface org.specrunner.result.IResult
If result has a message.
hasName(String) - Method in class org.specrunner.context.core.ContextImpl
 
hasName(String) - Method in interface org.specrunner.context.IContext
Check if name is present in context.
hasName(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
hasName(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Check a tag name.
hasNode() - Method in class org.specrunner.context.core.BlockImpl
 
hasNode() - Method in class org.specrunner.context.core.ContextImpl
 
hasNode() - Method in interface org.specrunner.context.IBlock
Indicates if block has been created form a specification or not.
hasParameter(String) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
hasParameter(String) - Method in interface org.specrunner.parameters.IParameterDecorator
Check if a parameter name is valid.
hasPlugin() - Method in class org.specrunner.context.core.BlockImpl
 
hasPlugin() - Method in class org.specrunner.context.core.ContextImpl
 
hasPlugin() - Method in interface org.specrunner.context.IBlock
Indicates if block has a plugin or not.
hasWritable() - Method in class org.specrunner.result.core.ResultImpl
 
hasWritable() - Method in interface org.specrunner.result.IResult
If result has a writable.
head(ISource, Element) - Method in class org.specrunner.dumper.core.SourceDumperDetails
Get header part.
HEAD - Static variable in class org.specrunner.source.resource.positional.Position
The head position is given by this specification XPath.
HEAD_END - Static variable in class org.specrunner.source.resource.positional.Position
On header end.
HEAD_START - Static variable in class org.specrunner.source.resource.positional.Position
On header start.
header(IResultSet, Map<String, Object>, Element) - Method in class org.specrunner.dumper.core.SourceDumperDetails
Set document start.
headerToFields - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
List of header definition fields.
hide - Variable in class org.specrunner.plugins.core.flow.PluginIfBranch
Set hide on invalid branch.
holder - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
An auxiliary node holder.
href - Variable in class org.specrunner.plugins.core.elements.PluginLink
Location attribute.
href - Variable in class org.specrunner.plugins.core.include.PluginInclude
Link to file.

I

IAbstraction - Interface in org.specrunner.util.expression
Stands for any object which can be evaluate.
IAccess - Interface in org.specrunner.parameters
Abstraction for object feature access.
IAccessFactory - Interface in org.specrunner.parameters
Defines a factory of feature access information.
IActionType - Interface in org.specrunner.plugins
Tag interface for action types.
IAnnotator - Interface in org.specrunner.annotator
An annotator, an object which reflects the test result back to the specification or provide extra information.
IAnnotatorFactory - Interface in org.specrunner.annotator
A result annotator factory.
IAnnotatorFactoryGroup - Interface in org.specrunner.annotator
A group of annotator factories.
IAnnotatorGroup - Interface in org.specrunner.annotator
A group of annotators.
IBlock - Interface in org.specrunner.context
Block of information on context stack.
IBlockFactory - Interface in org.specrunner.context
Block factory.
IBlockFilter - Interface in org.specrunner.runner
Filter a block on runner.
IBlockListener - Interface in org.specrunner.context
Stands for a context listener.
IBuilderFactory - Interface in org.specrunner.source
Return a builder.
ICache<K,T> - Interface in org.specrunner.util.cache
Cache definition.
ICacheCleaner<T> - Interface in org.specrunner.util.cache
An object cleaner.
ICacheFactory - Interface in org.specrunner.util.cache
Abstraction for cache builders.
IChannel - Interface in org.specrunner.pipeline
Abstraction of a channel where information can be obtained from and written to.
IChannelFactory - Interface in org.specrunner.pipeline
Stand for a channel factory.
IComparator - Interface in org.specrunner.comparators
Compare tow objects.
IComparatorManager - Interface in org.specrunner.comparators
A comparator manager.
IComposite<P extends IComposite<P,T>,T> - Interface in org.specrunner.util.composite
Basic composite interface.
IConcurrentMapping - Interface in org.specrunner.concurrency
Given a resource by name, returns the equivalent within a concurrent environment, for example, when asked to a database url as IConcurrentMapping.get("url","jdbc:hsqld:mem:test") could return "jdbc:hsqld:mem:testThread1".
IConfiguration - Interface in org.specrunner.configuration
Stand for a local configuration to be used in a given execution.
IConfigurationFactory - Interface in org.specrunner.configuration
Creates a basic configuration.
IContext - Interface in org.specrunner.context
Stands for the plugin/test runtime environment.
IContextFactory - Interface in org.specrunner.context
A context factory.
IContextListener - Interface in org.specrunner.context
Stands for a context listener.
IConverter - Interface in org.specrunner.converters
A generic converter interface.
IConverterManager - Interface in org.specrunner.converters
A converter manager.
IConverterReverse - Interface in org.specrunner.converters
A generic revert converter.
IDataList<T> - Interface in org.specrunner.plugins.core.data
A list of data.
IDataMap<T> - Interface in org.specrunner.plugins.core.data
A list of mappings.
IDestructable - Interface in org.specrunner.context
Something that can be destroyed.
IDocumentLoader - Interface in org.specrunner.source
A document loader interface.
IEncoded - Interface in org.specrunner.source
Interface of something encoded.
IExpression - Interface in org.specrunner.expressions
An expression.
IExpressionFactory - Interface in org.specrunner.expressions
Creates expression based on information, and hold predefined or class based expressions.
IExpressionItem - Interface in org.specrunner.expressions
An expression evaluation item.
IFeatureManager - Interface in org.specrunner.features
This is the standard way of parameterizing the framework objects.
IFormatter - Interface in org.specrunner.formatters
A generic formatter interface.
IFormatterManager - Interface in org.specrunner.formatters
A formatter manager.
IFunction<P,Q> - Interface in org.specrunner.util.functions
Defines a generic function.
IGNORE - Static variable in class org.specrunner.util.xom.UtilNode
Any node in specification with attribute "ignore=true" will not be evaluated.
ignored - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
Indicate if scenario is ignored.
Ignored - Class in org.specrunner.result.status
Ignored: is not error, has importance -1.
Ignored() - Constructor for class org.specrunner.result.status.Ignored
Default constructor.
IgnoreNodeListener - Class in org.specrunner.listeners.core
Listener to ignore nodes.
IgnoreNodeListener() - Constructor for class org.specrunner.listeners.core.IgnoreNodeListener
 
IListenerManager - Interface in org.specrunner.listeners
A listeners manager.
ImageResource - Class in org.specrunner.source.resource.element.core
A image resource.
ImageResource(ISource, String, boolean, EType, Element) - Constructor for class org.specrunner.source.resource.element.core.ImageResource
Creates an image resource.
IMappingManager<T extends IResetable> - Interface in org.specrunner.util.mapping
Generic mapping.
IModel<T> - Interface in org.specrunner.context
Something that returns and sets a object.
importance - Variable in class org.specrunner.util.xom.AbstractType
Its priority, for example, ASSERTION has higher priority than ACTION, which has higher priority than UNDEF.
imports - Variable in class org.specrunner.plugins.core.include.PluginImport
Set a import package names separated by ';'.
INamespaceInfo - Interface in org.specrunner.source.namespace
Namespace information.
INamespaceLoader - Interface in org.specrunner.source.namespace
Extract information about namespace.
INamespaceProcessor - Interface in org.specrunner.source.namespace
Process a document using its namespace parts.
INamespaceProcessorGroup - Interface in org.specrunner.source.namespace
Group of processors.
index - Variable in class org.specrunner.plugins.core.PluginGroupImpl
Index of last children not skipped.
IndexComparator - Class in org.specrunner.report.core.comparators
Default report status comparator.
Info - Class in org.specrunner.result.status
Info: is not error, has importance 0.
Info() - Constructor for class org.specrunner.result.status.Info
Default constructor.
initialization(IContext, IResultSet, IPlugin, List<IPluginListener>) - Method in class org.specrunner.runner.core.RunnerImpl
Perform initialization.
initialize() - Method in class org.specrunner.comparators.core.AbstractComparatorTime
 
initialize() - Method in class org.specrunner.comparators.core.ComparatorDefault
 
initialize() - Method in class org.specrunner.comparators.core.ComparatorTrue
 
initialize() - Method in class org.specrunner.converters.core.AbstractConverterTimezone
 
initialize() - Method in class org.specrunner.converters.core.ConverterDefault
 
initialize() - Method in class org.specrunner.formatters.core.AbstractFormatterTime
 
initialize(IContext) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
initialize(IContext) - Method in class org.specrunner.plugins.core.AbstractPluginTable
 
initialize(IContext, TableAdapter) - Method in class org.specrunner.plugins.core.AbstractPluginTable
Initialize helper.
initialize(IContext) - Method in class org.specrunner.plugins.core.elements.AbstractPluginResource
 
initialize() - Method in class org.specrunner.plugins.core.factories.PluginFactoryGroupImpl
 
initialize() - Method in class org.specrunner.plugins.core.factories.PluginFactoryImpl
 
initialize() - Method in class org.specrunner.plugins.core.factories.PluginFactoryText
 
initialize(IContext) - Method in class org.specrunner.plugins.core.flow.PluginIfBranch
 
initialize(IContext) - Method in class org.specrunner.plugins.core.flow.PluginPause
 
initialize(IContext) - Method in class org.specrunner.plugins.core.include.PluginInclude
 
initialize(IContext, TableAdapter) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
 
initialize(IContext) - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
initialize(IContext) - Method in interface org.specrunner.plugins.IPlugin
Initialize the plugin.
initialize() - Method in interface org.specrunner.plugins.IPluginFactory
Initialize a factory.
initialize() - Method in class org.specrunner.readers.core.ReaderDefault
 
initialize() - Method in class org.specrunner.readers.core.ReaderFile
 
initialize() - Method in class org.specrunner.readers.core.ReaderXml
 
initialize(IContext) - Method in class org.specrunner.runner.core.BlockFilterDefault
 
initialize(IContext) - Method in interface org.specrunner.runner.IBlockFilter
Inicialize filter.
initialize() - Method in class org.specrunner.source.core.AbstractSourceFactory
 
initialize() - Method in class org.specrunner.transformer.core.TransformerDefault
 
initialize() - Method in class org.specrunner.transformer.core.TransformerGroupImpl
 
initialize() - Method in class org.specrunner.transformer.core.TransformerHref
 
initialize() - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
Initialize manager.
initialize() - Method in interface org.specrunner.util.reset.IResetable
Initialize something.
initialize(IContext) - Method in interface org.specrunner.util.reset.IResetableExtended
Initialize something.
initialized - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Initialization status.
initialized - Variable in class org.specrunner.util.mapping.core.MappingManagerImpl
Initialization flag.
initilize() - Method in class org.specrunner.util.resources.ResourceFinder
Initialize comparator, if required.
injected - Variable in class org.specrunner.plugins.core.include.PluginInclude
Injected state.
INodeHolder - Interface in org.specrunner.util.xom.node
Stands for any object which hold an element.
INodeHolderFactory - Interface in org.specrunner.util.xom.node
Stands for a node holder creator.
INodeListener - Interface in org.specrunner.listeners
Generic node listener.
INPUT - Static variable in class org.specrunner.core.pipes.PipeInput
Configuration.
input - Variable in class org.specrunner.junit.SpecRunnerParametrized.Entry
Entry input.
input - Variable in class org.specrunner.junit.SpecRunnerStatement
The input file.
instance() - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
Date instance.
instance() - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
Date instance.
instance() - Method in class org.specrunner.converters.core.AbstractConverterTimeTemplate
Creates an instance of date.
instance() - Method in class org.specrunner.converters.core.ConverterDateCurrentTemplate
 
instance() - Method in class org.specrunner.converters.core.ConverterDateMidnightCurrentTemplate
 
instance() - Method in class org.specrunner.converters.core.ConverterDateOnly
 
instance() - Method in class org.specrunner.converters.core.ConverterDateTimeCurrentTemplate
 
instance() - Method in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
instance() - Method in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
instance() - Method in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
instance() - Method in class org.specrunner.converters.core.ConverterMutableDateTimeCurrentTemplate
 
instance() - Method in class org.specrunner.converters.core.ConverterTimestampCurrentTemplate
 
instance - Static variable in class org.specrunner.expressions.core.ExpressionItemClass
Thread safe instance.
instance - Static variable in class org.specrunner.expressions.core.ExpressionItemModel
Thread safe instance.
instance - Static variable in class org.specrunner.expressions.core.ExpressionItemValue
Thread safe instance.
instance - Static variable in class org.specrunner.expressions.core.ExpressionItemVar
Thread safe instance.
instance - Static variable in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Thread safe instance.
instance - Variable in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
The fixture object, if it exists, null, otherwise.
instance - Variable in class org.specrunner.junit.SpecRunnerStatement
The test instance.
instance - Variable in class org.specrunner.junit.SRRunnerScenario
The fixture object, if it exists, null, otherwise.
instance - Static variable in class org.specrunner.plugins.core.factories.PluginFactoryText
Concurrent instance of plugin.
INSTANCE - Static variable in class org.specrunner.plugins.core.PluginAssertion
Reusable instance for statistics purposes.
INSTANCE - Static variable in class org.specrunner.plugins.type.Assertion
Singleton.
INSTANCE - Static variable in class org.specrunner.plugins.type.Command
Singleton.
INSTANCE - Static variable in class org.specrunner.plugins.type.Control
Singleton.
INSTANCE - Static variable in class org.specrunner.plugins.type.Undefined
Singleton.
INSTANCE - Static variable in class org.specrunner.result.status.Detail
Singleton.
INSTANCE - Static variable in class org.specrunner.result.status.Failure
Singleton.
INSTANCE - Static variable in class org.specrunner.result.status.Ignored
Singleton.
INSTANCE - Static variable in class org.specrunner.result.status.Info
Singleton.
INSTANCE - Static variable in class org.specrunner.result.status.Success
Singleton.
INSTANCE - Static variable in class org.specrunner.result.status.Warning
Singleton.
INSTANCE - Static variable in class org.specrunner.runner.core.BlockFilterDefault
Thread safe filter instance.
instances - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Mapping of identifiers to object instances.
INullEmptyFeature - Interface in org.specrunner.expressions
Abstraction database null/empty handler.
INullEmptyHandler - Interface in org.specrunner.expressions
Identifies fields that should be handled as null or empty depending on value and input, output or compare mode.
invalid(long) - Method in class org.specrunner.util.cache.CacheEntry
Based on timeout, says if an element must be removed from cache.
InvalidTypeException - Exception in org.specrunner.pipeline
 
InvalidTypeException() - Constructor for exception org.specrunner.pipeline.InvalidTypeException
 
InvalidTypeException(String) - Constructor for exception org.specrunner.pipeline.InvalidTypeException
 
InvalidTypeException(Throwable) - Constructor for exception org.specrunner.pipeline.InvalidTypeException
 
InvalidTypeException(String, Throwable) - Constructor for exception org.specrunner.pipeline.InvalidTypeException
 
InvalidValueException - Exception in org.specrunner.expressions
Exception for invalid expressions.
InvalidValueException() - Constructor for exception org.specrunner.expressions.InvalidValueException
 
InvalidValueException(String) - Constructor for exception org.specrunner.expressions.InvalidValueException
 
InvalidValueException(Throwable) - Constructor for exception org.specrunner.expressions.InvalidValueException
 
InvalidValueException(String, Throwable) - Constructor for exception org.specrunner.expressions.InvalidValueException
 
INVERT_FLAG - Static variable in interface org.specrunner.parameters.IParameterDecorator
All expressions are evaluated unless annotation @DontEval is added.
IObjectCreator - Interface in org.specrunner.plugins.core.objects
Based on object type creates an instance of it, using another row information or not.
IObjectManager - Interface in org.specrunner.plugins.core.objects
Defined a repository of objects.
IObjectSelector<T> - Interface in org.specrunner.plugins.core.objects
Perform object searches.
IOutput - Interface in org.specrunner.util.output
Stand for some output.
IOutputFactory - Interface in org.specrunner.util.output
An output factory.
IParalelPlugin - Interface in org.specrunner.plugins
Stand for a plugin with concurrency constrains.
IParameterDecorator - Interface in org.specrunner.parameters
Stand for anything that can have parameters set.
IParameterHolder - Interface in org.specrunner.parameters
An object with parameters decorator.
IPipe - Interface in org.specrunner.pipeline
Stand for a stage (pipe) in a pipeline process.
IPipeline - Interface in org.specrunner.pipeline
Abstraction for a series of pipes performing something on input information.
IPipelineFactory - Interface in org.specrunner.pipeline
Stand for a channel factory.
IPipeListener - Interface in org.specrunner.pipeline
A listener of pipes.
IPlaceholder - Interface in org.specrunner.util.expression
Text placeholder information.
IPlugin - Interface in org.specrunner.plugins
Generic plugin definition, stand for the action element of the framework.
IPluginFactory - Interface in org.specrunner.plugins
Stands for a plugin factory.
IPluginFactoryGroup - Interface in org.specrunner.plugins
A plugin group factory.
IPluginGroup - Interface in org.specrunner.plugins
A group plugin.
IPluginListener - Interface in org.specrunner.listeners
Generic plugin listener.
IPredicate<P> - Interface in org.specrunner.util.functions
Defines a predicate.
IPresentation - Interface in org.specrunner.util.xom
Anything that has a Node representation can implement this interface, specially Exception, whose presentation is replaced automatically by a call to asNode().
IPresentationGroup - Interface in org.specrunner.util.xom
A group of presentation items.
IPresenter - Interface in org.specrunner.util.xom
Create a Node representation of any object.
IPresenterManager - Interface in org.specrunner.util.xom
A converter of objects to nodes.
IProcessor - Interface in org.specrunner.util.expression
A generic text snippet processor.
IPropertyLoader - Interface in org.specrunner.properties
Generic property loader.
IReader - Interface in org.specrunner.readers
Stand for something which read a text from a object.
IReaderManager - Interface in org.specrunner.readers
A reader manager.
IReporter - Interface in org.specrunner.report
A reporter.
IReporterFactory - Interface in org.specrunner.report
A reporter factory.
IReporterFactoryGroup - Interface in org.specrunner.report
A reporter factory group.
IReporterGroup - Interface in org.specrunner.report
A reporter group.
IResetable - Interface in org.specrunner.util.reset
Something resetable.
IResetableExtended - Interface in org.specrunner.util.reset
Something resetable with context.
IResolver - Interface in org.specrunner.plugins.core.include
Resolve relative URIs.
IResource - Interface in org.specrunner.source.resource
A resource is something attached somehow to the source.
IResourceElement - Interface in org.specrunner.source.resource.element
A resource related to a given element.
IResourceManager - Interface in org.specrunner.source.resource
Generic resource manager.
IResourceManagerFactory - Interface in org.specrunner.source.resource
A factory of resource managers.
IResourcePositional - Interface in org.specrunner.source.resource.positional
Definition of a resource.
IResult - Interface in org.specrunner.result
A individual result.
IResultFactory - Interface in org.specrunner.result
A factory of result sets.
IResultFilter - Interface in org.specrunner.result
A result filter on result set.
IResultSet - Interface in org.specrunner.result
A result set.
IResumeDumper - Interface in org.specrunner.report.core
Dumper of result resumes.
IReusable<T> - Interface in org.specrunner.reuse
Stands for a reusable object.
IReuseManager - Interface in org.specrunner.reuse
A reusable object manager.
IRunner - Interface in org.specrunner.runner
Perform a specification.
IRunnerCondition - Interface in org.specrunner.annotations
 
IRunnerFactory - Interface in org.specrunner.runner
Creates a runner.
IRunnerScenario - Interface in org.specrunner.junit
SpecRunner executor.
is(String, String, Class<? extends Annotation>) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
Combine flag and annotation information.
isBound(Class<?>) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
isBound(Class<?>) - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Check if a given class is bound to a AbstractPluginObject.
IScenarioListener - Interface in org.specrunner.annotations
Listeners for scenarios.
isChanged() - Method in class org.specrunner.context.core.BlockImpl
 
isChanged() - Method in class org.specrunner.context.core.ContextImpl
 
isChanged() - Method in interface org.specrunner.context.IBlock
Indicates if a given block has changed.
isClasspath() - Method in class org.specrunner.source.resource.core.AbstractResource
 
isClasspath() - Method in interface org.specrunner.source.resource.IResource
The resource is relative to classpath?
isElement(Node, String) - Static method in class org.specrunner.util.xom.UtilNode
Check if a node is of a given tag type.
isEmpty(EMode, String) - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
 
isEmpty(EMode, String) - Method in interface org.specrunner.expressions.INullEmptyHandler
Check if a value should be handled as empty, depending on value and mode.
isEmpty() - Method in class org.specrunner.util.composite.core.CompositeImpl
 
isEmpty() - Method in interface org.specrunner.util.composite.IComposite
Check if object has children.
isError() - Method in class org.specrunner.result.Status
true, if stands for an error, false, otherwise.
isEval(String) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
isEval(String) - Method in interface org.specrunner.parameters.IParameterDecorator
Check if a given name has to be evaluated.
isEval() - Method in class org.specrunner.plugins.core.AbstractPluginValue
Says if the content must be evaluated as an expression.
isEval() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Check if eval is enabled.
isEval() - Method in class org.specrunner.plugins.core.var.AbstractPluginDefine
 
isEval() - Method in class org.specrunner.plugins.core.var.PluginDefineCondition
 
isFile(URI, String) - Method in class org.specrunner.source.core.AbstractSourceFactory
Check if a target is file.
isGlobal() - Method in class org.specrunner.plugins.core.macro.PluginMacro
Says is the plugin should be placed in global context or local context.
isIgnore() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Ignore the column with this mark.
isIgnore(Node) - Static method in class org.specrunner.util.xom.UtilNode
Check is a node is marked to be ignored.
isIgnored() - Method in class org.specrunner.listeners.core.ScenarioFrameListener
Answer if the scenario is ignored.
isLate(String) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
isLate(String) - Method in interface org.specrunner.parameters.IParameterDecorator
Check if a given name has to be evaluated at the end or not.
isLeaf(Node) - Method in class org.specrunner.plugins.core.logical.PluginCompareTree
Check if a node is leaf, text, or parent of text only.
ISleepPlugin - Interface in org.specrunner.plugins
Stand for a plugin with sleep after execution.
isList() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Check if an attribute is a list.
isMapped() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Says if the instance show be mapped or not.
isMapped() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelect
 
isNull(EMode, String) - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
 
isNull(EMode, String) - Method in interface org.specrunner.expressions.INullEmptyHandler
Check if a value should be handled as null, depending on value and mode.
ISource - Interface in org.specrunner.source
Stand for the source of specifications.
ISourceDumper - Interface in org.specrunner.dumper
Dumps source and results to somewhere.
ISourceDumperFactory - Interface in org.specrunner.dumper
A dumper factory.
ISourceDumperFactoryGroup - Interface in org.specrunner.dumper
Creates a factory of grouped dumpers.
ISourceDumperGroup - Interface in org.specrunner.dumper
A source dumper group.
ISourceFactory - Interface in org.specrunner.source
A factory of sources.
ISourceFactoryManager - Interface in org.specrunner.source
A source factory manager.
ISourceListener - Interface in org.specrunner.listeners
A generic source listener.
ISpecRunner - Interface in org.specrunner
Outermost interface of the API.
ISpecRunnerFactory - Interface in org.specrunner
Creates an specification runner.
ISpecRunnerFactoryPlugin - Interface in org.specrunner
Creates an specification runner.
ISpecRunnerListener - Interface in org.specrunner.listeners
Generic listener.
ISpecRunnerPlugin - Interface in org.specrunner
Outermost interface of the API.
isPending() - Method in class org.specrunner.listeners.core.ScenarioFrameListener
Answer if the scenario is pending.
isPending(Node) - Static method in class org.specrunner.util.xom.UtilNode
Check is a node is marked as pending.
isProperty() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
Is property value set.
isReference() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get if the field is a key value.
isReplacer() - Method in class org.specrunner.readers.core.ReaderDefault
 
isReplacer() - Method in class org.specrunner.readers.core.ReaderFile
 
isReplacer() - Method in class org.specrunner.readers.core.ReaderXml
 
isReplacer() - Method in interface org.specrunner.readers.IReader
Says to replace content after reading.
ISRMapping - Interface in org.specrunner
Mapping of object instances.
isRun() - Method in class org.specrunner.plugins.core.macro.PluginMacro
Says if the macro must be execute on definition time.
isSave() - Method in class org.specrunner.plugins.core.elements.AbstractPluginResource
Check if save enabled or not.
isShowMessage() - Method in class org.specrunner.runner.core.BlockFilterDefault
Indicate runner to show message on not accepted blocks.
isSilent(String) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
isSilent(String) - Method in interface org.specrunner.parameters.IParameterDecorator
Check if a given name has to be evaluated silently or not.
isSpecial() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Checks if the instance is primitive, enum or string.
isTable(Node) - Static method in class org.specrunner.util.xom.node.UtilTable
Check if a node is a table.
IStatus - Interface in org.specrunner.result
Stands for objects which hold status information.
IStatusVariable - Interface in org.specrunner.result
Stands for objects which hold and can set status information.
IStringAligner - Interface in org.specrunner.util.aligner
Encapsulate alignment algorithms.
IStringAlignerFactory - Interface in org.specrunner.util.aligner
Creates an alignment.
IStringNormalizer - Interface in org.specrunner.util.string
Given a string return it normalized.
IStringProvider - Interface in org.specrunner.util.string
Given a context returns a String.
IStringTest - Interface in org.specrunner.result
Test strategy.
isValid() - Method in class org.specrunner.context.core.BlockImpl
 
isValid() - Method in class org.specrunner.context.core.ContextImpl
 
isValid() - Method in interface org.specrunner.context.IBlock
A valid block has node (hasNode) or plugin ( hasPlugin).
ITableFactory - Interface in org.specrunner.util.xom.node
Stands for a table creator.
iterator() - Method in class org.specrunner.util.collections.ReverseIterable
 
ITestPlugin - Interface in org.specrunner.plugins
Perform a plugin execution based on a condition.
ITextAnalyzer - Interface in org.specrunner.util.expression
A generic text analyser.
ITimedPlugin - Interface in org.specrunner.plugins
Stand for a plugin with time constrains.
ITransformer - Interface in org.specrunner.transformer
Perform a transformation from a document source into another.
ITransformerGroup - Interface in org.specrunner.transformer
A group of transformers.
ITransformerManager - Interface in org.specrunner.transformer
A transformer manager.
IWaitPlugin - Interface in org.specrunner.plugins
Stand for a plugin with sleep before execution.
IWritable - Interface in org.specrunner.result
Stands for a object with extra information.
IWritableFactory<T> - Interface in org.specrunner.result
Writable object factory.
IWritableFactoryManager - Interface in org.specrunner.result
A writable factory.

J

JavaScriptResource - Class in org.specrunner.source.resource.element.core
A JavaScript resource.
JavaScriptResource(ISource, String, boolean, EType, Element) - Constructor for class org.specrunner.source.resource.element.core.JavaScriptResource
Creates a JavaScript resource.
JSResource - Class in org.specrunner.source.resource.positional.core
A JavaScript resource.
JSResource(ISource, String, boolean, EType, Position) - Constructor for class org.specrunner.source.resource.positional.core.JSResource
Creates a JavaScript resource.
JUnitUtils - Class in org.specrunner.junit
JUnit useful functions.

K

keysBefore - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Mapping of key before processing to the ones after processing.
keySet() - Method in class org.specrunner.source.core.SourceFactoryManagerImpl
 
keySet() - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
 
kind - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Kind of factory.

L

LABEL_FIELD - Static variable in class org.specrunner.dumper.core.SourceDumperWritables
Label name.
Late - Annotation Type in org.specrunner.expressions
Annotation to sign the evaluator to perform on plugin finalize, not creation.
LATE_FLAG - Static variable in interface org.specrunner.parameters.IParameterDecorator
Force the evaluation at the end of plugin execution.
LazyExpressionModel<T> - Class in org.specrunner.context.core
A model with a object source.
LazyExpressionModel(Object) - Constructor for class org.specrunner.context.core.LazyExpressionModel
Creates a lazy model from a source.
LISTENER_MANAGER - Static variable in class org.specrunner.core.pipes.PipeListenerManager
Model.
ListenerManagerDefault - Class in org.specrunner.listeners.core
Default listener manager.
ListenerManagerDefault() - Constructor for class org.specrunner.listeners.core.ListenerManagerDefault
Default constructor.
ListenerManagerImpl - Class in org.specrunner.listeners.core
Default listener manager.
ListenerManagerImpl() - Constructor for class org.specrunner.listeners.core.ListenerManagerImpl
 
listeners - Variable in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
Scenario listeners.
listeners - Variable in class org.specrunner.junit.SpecRunnerStatement
Listener to activate.
listeners - Variable in class org.specrunner.junit.SRRunnerScenario
Scenario listeners.
listeners - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
Scenario listeners.
listeners - Variable in class org.specrunner.pipeline.core.PipelineImpl
List of listeners.
load(String) - Method in class org.specrunner.properties.core.PropertyLoaderImpl
 
load(String) - Method in interface org.specrunner.properties.IPropertyLoader
Load a set of properties with the given name.
load(Reader) - Method in class org.specrunner.source.core.SourceFactoryHtml
Load a source from either an InputStream or a Reader.
load() - Method in interface org.specrunner.source.IDocumentLoader
Load a document.
load(Document) - Method in interface org.specrunner.source.namespace.INamespaceLoader
Extract namespace information.
loader - Variable in class org.specrunner.source.core.SourceImpl
A document loader.
loadFields(IContext, RowAdapter, List<AbstractPluginObject.Field>) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Load fields based on th tags.
loadMapping(IContext, TableAdapter, String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Load mapping with predefined values.
loadUrls(List<URL>) - Method in class org.specrunner.properties.core.PropertyLoaderImpl
Load given URLs to a properties object.
local(Node, IContext, IResultSet, IPlugin) - Method in class org.specrunner.runner.core.RunnerImpl
Perform node execution.
localName(ISource, String) - Method in class org.specrunner.source.resource.positional.core.CSSResource
Gets the local disk file name.
localName(ISource, String) - Method in class org.specrunner.source.resource.positional.core.JSResource
Gets the local disk file name.
log(String, List<URL>) - Method in class org.specrunner.util.resources.ResourceFinder
Print load information.
LOG - Static variable in class org.specrunner.util.UtilLog
Defaut logger instance.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeAnnotator
Look for the object into the channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeConfiguration
Get the configuration from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeContext
Recover a context from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeDumper
Recover a dumper from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeFeatureManager
Recover the manager from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeInput
Get the input from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeListenerManager
Get the manager from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeReporter
Recover the reporter from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeResult
Recover the result set from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeRunner
Recover a runner from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeSource
Recover the source from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeTime
Recover the time information from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.PipeTimestamp
Recover time stamp from channel.
lookup(IChannel) - Static method in class org.specrunner.core.pipes.plugin.PipePlugin
Recover plugin from channel.
lookup(Node, String, String) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Find nodes.
lookup(Class<T>) - Method in class org.specrunner.SRServices
Lookup for a service by its type.
lookupBean(Object, String) - Method in class org.specrunner.parameters.core.AccessFactoryImpl
Lookup for a bean property.
lookupField(Class<?>, String) - Method in class org.specrunner.parameters.core.AccessFactoryImpl
Lookup for a public attribute.
lookupFree(IChannel) - Static method in class org.specrunner.core.pipes.PipeMemory
Get the free memory information.
lookupMax(IChannel) - Static method in class org.specrunner.core.pipes.PipeMemory
Get the max memory information.
lookupMethod(Class<?>, String) - Method in class org.specrunner.parameters.core.AccessFactoryImpl
Lookup for public method.
lookupTotal(IChannel) - Static method in class org.specrunner.core.pipes.PipeMemory
Get the total memory information.

M

makeKey(Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Creates the key to be used for storing/recovering object information.
manager - Variable in class org.specrunner.source.core.SourceImpl
The resource manager.
map - Variable in class org.specrunner.context.core.BlockImpl
The mapping of objects.
mapObject(Object, String, String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Maps the object using the keys before and after Hibernate saving.
mapped - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Flag if the created objects are expected to be mapped in memory by default.
mapping - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
The map of generic fields to be used as reference.
MappingManagerImpl<T extends IResetable> - Class in org.specrunner.util.mapping.core
Default implementation of managers loaded by property files.
MappingManagerImpl(String) - Constructor for class org.specrunner.util.mapping.core.MappingManagerImpl
Default constructor.
match(Object, Object) - Method in class org.specrunner.comparators.core.AbstractComparatorTime
 
match(Object, Object) - Method in class org.specrunner.comparators.core.ComparatorDefault
 
match(Object, Object) - Method in class org.specrunner.comparators.core.ComparatorNode
 
match(Object, Object) - Method in class org.specrunner.comparators.core.ComparatorString
 
match(Object, Object) - Method in class org.specrunner.comparators.core.ComparatorTrue
 
match(Object, Object) - Method in interface org.specrunner.comparators.IComparator
Says if two objects can be considered equals.
matches(Node, String) - Static method in class org.specrunner.util.xom.UtilNode
Check if node matchs the XPath.
MAX - Static variable in class org.specrunner.core.pipes.PipeMemory
Max information.
MAX - Static variable in class org.specrunner.core.pipes.PipeModel
Max model information.
max - Variable in class org.specrunner.plugins.core.flow.PluginFor
Maximum value.
max(ENext) - Method in enum org.specrunner.plugins.ENext
Max of next actions.
max(T) - Method in class org.specrunner.util.xom.AbstractType
Compares the status with another returning the most significant.
MBYTES - Static variable in class org.specrunner.dumper.core.SourceDumperDetails
Mb size.
merge(Collection<Object[]>...) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Merge to different collections.
merge(AbstractPluginObject) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Merge to equivalent plugins.
merge(IResourceManager) - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
 
merge(IResourceManager) - Method in interface org.specrunner.source.resource.IResourceManager
Import resources from other manager.
message - Variable in class org.specrunner.result.core.ResultImpl
A associated message.
messageAfter(Map<String, Object>, IResultSet) - Method in class org.specrunner.core.pipes.PipeDump
Message after execution.
messageBefore(String) - Method in class org.specrunner.core.pipes.PipeDump
Print message before execution.
method - Variable in class org.specrunner.parameters.core.AccessImpl
A method access.
method - Variable in class org.specrunner.plugins.core.language.PluginSentence
Method to call.
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrent
 
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.SRRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.SRRunnerScenario
 
min - Variable in class org.specrunner.plugins.core.flow.PluginFor
Minimum value.
missingItems(IContext, IResultSet, TableAdapter, int) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Add information of missing object or terminal items.
modal - Variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Modal flag.
modal - Variable in class org.specrunner.plugins.core.flow.PluginPause
Modal flag.
Model - Class in org.specrunner.context.core
Utility for models.
MODEL - Static variable in class org.specrunner.core.pipes.PipeModel
Model.
msg - Variable in class org.specrunner.plugins.core.flow.PluginPause
Pause message.

N

name - Variable in class org.specrunner.expressions.core.ExpressionVariable
The variable name.
name - Variable in class org.specrunner.junit.ScenarioFrameworkMethod
A scenario name.
name - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
The listener name.
name - Variable in class org.specrunner.plugins.core.AbstractPluginNamed
The plugin instance name.
name - Variable in class org.specrunner.reuse.core.AbstractReusable
A name given to the reusable resource.
name - Variable in class org.specrunner.util.xom.AbstractType
The type name.
NamedFactory - Class in org.specrunner.junit.concurrent
Factory of threads named.
NamedFactory(String) - Constructor for class org.specrunner.junit.concurrent.NamedFactory
Friendly constructor.
namespace - Static variable in class org.specrunner.source.core.AbstractSourceFactory
Cache of namespace information.
namespaceInfo - Variable in class org.specrunner.source.core.SourceImpl
The namespace info.
NamespaceInfoDefault - Class in org.specrunner.source.namespace.core
Default namespace info extractor.
NamespaceInfoDefault(Map<String, String>, Map<String, String>, Map<String, XPathContext>, Map<String, XPathContext>) - Constructor for class org.specrunner.source.namespace.core.NamespaceInfoDefault
Map of namespace information.
NamespaceProcessorGroupDefault - Class in org.specrunner.source.namespace.core
Default group of processors.
NamespaceProcessorGroupDefault() - Constructor for class org.specrunner.source.namespace.core.NamespaceProcessorGroupDefault
 
NeedlemanWunschAligner - Class in org.specrunner.util.aligner.core
Default alignment implementation, a Needleman-Wunsch algorithm.
NeedlemanWunschAligner(String, String) - Constructor for class org.specrunner.util.aligner.core.NeedlemanWunschAligner
Creates an aligner with default fill character.
NeedlemanWunschAligner(String, String, char) - Constructor for class org.specrunner.util.aligner.core.NeedlemanWunschAligner
Creates an aligner with both strings and fill character.
newAccess(Object, String) - Method in class org.specrunner.parameters.core.AccessFactoryImpl
 
newAccess(Object, String) - Method in interface org.specrunner.parameters.IAccessFactory
Create access information for a given object and a given feature.
newAnnotator() - Method in class org.specrunner.annotator.core.AnnotatorFactoryGroupImpl
 
newAnnotator() - Method in class org.specrunner.annotator.core.AnnotatorFactoryImpl
 
newAnnotator() - Method in interface org.specrunner.annotator.IAnnotatorFactory
Creates an annotator.
newBlock(Node, IPlugin) - Method in class org.specrunner.context.core.BlockFactoryImpl
 
newBlock(Node, IPlugin, Map<String, Object>) - Method in class org.specrunner.context.core.BlockFactoryImpl
 
newBlock(Node, IPlugin) - Method in class org.specrunner.context.core.ContextImpl
 
newBlock(Node, IPlugin, Map<String, Object>) - Method in class org.specrunner.context.core.ContextImpl
 
newBlock(Node, IPlugin) - Method in interface org.specrunner.context.IBlockFactory
Creates a new block.
newBlock(Node, IPlugin, Map<String, Object>) - Method in interface org.specrunner.context.IBlockFactory
Create a new block.
newBuilder(Map<String, Object>) - Method in class org.specrunner.source.core.BuilderFactoryImpl
 
newBuilder(Map<String, Object>) - Method in interface org.specrunner.source.IBuilderFactory
Get a XOM builder.
newCache(String) - Method in class org.specrunner.util.cache.core.AbstractCacheFactory
 
newCache(String, ICacheCleaner<T>) - Method in class org.specrunner.util.cache.core.AbstractCacheFactory
 
newCache(String) - Method in interface org.specrunner.util.cache.ICacheFactory
Creates a new cache.
newCache(String, ICacheCleaner<T>) - Method in interface org.specrunner.util.cache.ICacheFactory
Creates a new cache.
newChannel() - Method in class org.specrunner.pipeline.core.ChannelFactoryImpl
 
newChannel(Map<String, Object>) - Method in class org.specrunner.pipeline.core.ChannelFactoryImpl
 
newChannel() - Method in interface org.specrunner.pipeline.IChannelFactory
Creates a new channel.
newChannel(Map<String, Object>) - Method in interface org.specrunner.pipeline.IChannelFactory
Creates a new channel.
newConfiguration() - Method in class org.specrunner.configuration.core.ConfigurationFactoryImpl
 
newConfiguration() - Method in interface org.specrunner.configuration.IConfigurationFactory
Creates a new configuration.
newContext(ISource, IRunner) - Method in class org.specrunner.context.core.ContextFactoryImpl
 
newContext(ISource, IRunner) - Method in interface org.specrunner.context.IContextFactory
Creates a new context based on an source and a runner.
newDumper() - Method in class org.specrunner.dumper.core.SourceDumperFactoryImpl
 
newDumper() - Method in interface org.specrunner.dumper.ISourceDumperFactory
Creates a dumper.
newHolder(Node) - Method in class org.specrunner.util.xom.node.core.NodeHolderFactoryDefault
Creates a node holder from a node.
newHolder(Node) - Method in interface org.specrunner.util.xom.node.INodeHolderFactory
Creates a node holder from a node.
newInstance(String) - Method in class org.specrunner.formatters.core.AbstractFormatterTime
 
newInstance(String) - Method in class org.specrunner.formatters.core.FormatterDate
 
newInstance(String) - Method in class org.specrunner.formatters.core.FormatterJodatime
 
newInstance(Class<?>, TableAdapter) - Method in class org.specrunner.plugins.core.include.PluginColumn
Create a instance of the object.
newKind(String) - Static method in class org.specrunner.plugins.PluginKind
Create a new kind of factory.
newManager(ISource) - Method in class org.specrunner.source.resource.core.ResourceManagerFactoryImpl
 
newManager(ISource) - Method in interface org.specrunner.source.resource.IResourceManagerFactory
Creates a new resource manager.
newOutput() - Method in class org.specrunner.util.output.core.OutputFactoryDefault
 
newOutput() - Method in interface org.specrunner.util.output.IOutputFactory
Creates a output.
newPipeline(SRServices, Object) - Method in class org.specrunner.pipeline.core.PipelineFactoryCustom
 
newPipeline(SRServices, Object) - Method in class org.specrunner.pipeline.core.PipelineFactoryImpl
 
newPipeline(SRServices, IPipe...) - Method in class org.specrunner.pipeline.core.PipelineFactoryImpl
 
newPipeline(SRServices, Object) - Method in class org.specrunner.pipeline.core.PipelineFactoryXOM
 
newPipeline(SRServices, Object) - Method in interface org.specrunner.pipeline.IPipelineFactory
A new pipeline from source object.
newPipeline(SRServices, IPipe...) - Method in interface org.specrunner.pipeline.IPipelineFactory
A new pipeline.
newPlugin(Node, IContext) - Method in class org.specrunner.plugins.core.factories.PluginFactoryAttribute
 
newPlugin(Node, IContext) - Method in class org.specrunner.plugins.core.factories.PluginFactoryCSS
 
newPlugin(Node, IContext) - Method in class org.specrunner.plugins.core.factories.PluginFactoryCustom
 
newPlugin(Node, IContext) - Method in class org.specrunner.plugins.core.factories.PluginFactoryElement
 
newPlugin(Node, IContext) - Method in class org.specrunner.plugins.core.factories.PluginFactoryGroupImpl
 
newPlugin(Node, IContext) - Method in class org.specrunner.plugins.core.factories.PluginFactoryText
 
newPlugin(Node, IContext) - Method in interface org.specrunner.plugins.IPluginFactory
Creates a new plugin.
newPosition(String, EPlace) - Static method in class org.specrunner.source.resource.positional.Position
Creates a new position based on XPath information.
newReporter() - Method in class org.specrunner.report.core.ReporterFactoryGroupImpl
 
newReporter() - Method in class org.specrunner.report.core.ReporterFactoryImpl
 
newReporter() - Method in interface org.specrunner.report.IReporterFactory
Creates a reporter.
newResult() - Method in class org.specrunner.result.core.ResultFactoryImpl
 
newResult() - Method in interface org.specrunner.result.IResultFactory
Creates a new result.
newResume(IContext, IResultSet, Map<String, Object>) - Method in class org.specrunner.report.core.ResumeReporter
Create a resume of result.
newRunner() - Method in class org.specrunner.core.SpecRunnerFactoryImpl
 
newRunner() - Method in class org.specrunner.core.SpecRunnerFactoryPluginImpl
 
newRunner() - Method in interface org.specrunner.ISpecRunnerFactory
A new specification runner.
newRunner() - Method in interface org.specrunner.ISpecRunnerFactoryPlugin
A new specification runner.
newRunner(ISource) - Method in class org.specrunner.runner.core.RunnerFactoryImpl
 
newRunner(ISource) - Method in interface org.specrunner.runner.IRunnerFactory
Create a new runner.
newSource(Object) - Method in class org.specrunner.source.core.AbstractSourceFactory
 
newSource(Object) - Method in class org.specrunner.source.core.SourceFactoryManagerImpl
 
newSource(Object) - Method in interface org.specrunner.source.ISourceFactory
Creates a source from a String.
newSource(Object) - Method in interface org.specrunner.source.ISourceFactoryManager
Get an instance of a source factory compatible with the given source.
newString(IContext) - Method in interface org.specrunner.util.string.IStringProvider
Provides a String based, or not, on the given context.
newTable(Element) - Method in class org.specrunner.util.xom.node.core.TableFactoryDefault
Creates a table.
newTable(Element) - Method in interface org.specrunner.util.xom.node.ITableFactory
Creates a table from a node.
newTable(Node) - Static method in class org.specrunner.util.xom.node.UtilTable
Creates a table adapter for the given node.
newThread(Runnable) - Method in class org.specrunner.junit.concurrent.NamedFactory
 
newWritable(T) - Method in interface org.specrunner.result.IWritableFactory
Writable with information.
newWritable(Map<String, Object>, T) - Method in interface org.specrunner.result.IWritableFactory
Writable with information.
next - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
Result of onBefore(...).
no - Variable in class org.specrunner.converters.core.ConverterBooleanTemplate
String for 'FALSE'.
node - Variable in class org.specrunner.context.core.BlockImpl
The block node.
node - Variable in class org.specrunner.util.xom.node.core.NodeHolderDefault
The node encapsulated.
NodeHolderDefault - Class in org.specrunner.util.xom.node.core
Default implementation of element holder.
NodeHolderDefault(Node) - Constructor for class org.specrunner.util.xom.node.core.NodeHolderDefault
Create a element holder.
NodeHolderFactoryDefault - Class in org.specrunner.util.xom.node.core
Default implementation of a node holder creator.
NodeHolderFactoryDefault() - Constructor for class org.specrunner.util.xom.node.core.NodeHolderFactoryDefault
 
nodeStart(Node, IContext, IResultSet, List<INodeListener>) - Method in class org.specrunner.runner.core.RunnerImpl
Perform start node listeners.
normalize(String) - Method in class org.specrunner.util.string.core.StringNormalizerDefault
 
normalize(String) - Method in interface org.specrunner.util.string.IStringNormalizer
Normalize a string, removing white spaces.
normalizeKey(Object) - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
Normalize keys.
notCeval() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
Is content evaluation turned off.
notEval() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
Is evaluation turned off.
NotFoundException - Exception in org.specrunner.pipeline
 
NotFoundException() - Constructor for exception org.specrunner.pipeline.NotFoundException
 
NotFoundException(String) - Constructor for exception org.specrunner.pipeline.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.specrunner.pipeline.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.specrunner.pipeline.NotFoundException
 
notifier - Variable in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
The notifier.
notifier - Variable in class org.specrunner.junit.SRRunnerScenario
The notifier.
nsloader - Variable in class org.specrunner.source.core.SourceImpl
A namespace loader.
NULL - Static variable in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Default empty String markup.
NullEmptyHandlerDefault - Class in org.specrunner.expressions.core
Default implementation.
NullEmptyHandlerDefault() - Constructor for class org.specrunner.expressions.core.NullEmptyHandlerDefault
 
nullVal - Variable in class org.specrunner.expressions.core.NullEmptyHandlerDefault
The empty string mark.
nullValue(EMode) - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
 
nullValue(EMode) - Method in interface org.specrunner.expressions.INullEmptyHandler
Null value for a given mode.
numericValue(String) - Method in class org.specrunner.expressions.core.ExpressionJanino
Convert to number.

O

object - Variable in class org.specrunner.reuse.core.AbstractReusable
The reusable object instance.
ObjectManagerCleaner - Class in org.specrunner.plugins.core.objects.core
Listener to clean object memory information.
ObjectManagerCleaner() - Constructor for class org.specrunner.plugins.core.objects.core.ObjectManagerCleaner
 
ObjectManagerDefault - Class in org.specrunner.plugins.core.objects.core
Manages the set of AbstractPluginObject created on a given specification.
ObjectManagerDefault() - Constructor for class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
ObjectSelector - Class in org.specrunner.plugins.core.objects.core
Memory object seeker.
ObjectSelector() - Constructor for class org.specrunner.plugins.core.objects.core.ObjectSelector
 
objectToList(Object) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Convert an object to a list, if it is an array.
of(T) - Static method in class org.specrunner.context.core.Model
Returns a model for any object.
ok() - Method in interface org.specrunner.listeners.core.ErrorFrameListener
On 'ok' button pressed.
ok() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
 
okToAll() - Method in interface org.specrunner.listeners.core.ErrorFrameListener
On 'ok to all' button pressed.
okToAll - Variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Flag to skip all dialog messages.
okToAll() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
 
onAfter(Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractNodeListener
 
onAfter(ISource, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractSourceListener
 
onAfter(Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
 
onAfter(ISource, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerSourceListener
 
onAfter(Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ScenarioFrameListener
 
onAfter(Node, IContext, IResultSet) - Method in interface org.specrunner.listeners.INodeListener
Perform some action after plugin execution for a given node.
onAfter(ISource, IContext, IResultSet) - Method in interface org.specrunner.listeners.ISourceListener
To be performed after a source execution.
onAfterCheck(IChannel, IPipe) - Method in interface org.specrunner.pipeline.IPipeListener
Perform something after checking.
onAfterCheck(IChannel, IPipe) - Method in class org.specrunner.pipeline.ProfilerPipeListener
 
onAfterEnd(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractPluginListener
 
onAfterEnd(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
onAfterEnd(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.TagPluginListener
 
onAfterEnd(IPlugin, IContext, IResultSet) - Method in interface org.specrunner.listeners.IPluginListener
Perform some action after plugin ending.
onAfterInit(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractPluginListener
 
onAfterInit(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
onAfterInit(IPlugin, IContext, IResultSet) - Method in interface org.specrunner.listeners.IPluginListener
Perform some action after plugin initialization.
onAfterProcess(IChannel, IPipe) - Method in interface org.specrunner.pipeline.IPipeListener
Perform something after processing.
onAfterProcess(IChannel, IPipe) - Method in class org.specrunner.pipeline.ProfilerPipeListener
 
onAfterStart(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractPluginListener
 
onAfterStart(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
onAfterStart(IPlugin, IContext, IResultSet) - Method in interface org.specrunner.listeners.IPluginListener
Perform some action after plugin start.
onBefore(Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractNodeListener
 
onBefore(ISource, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractSourceListener
 
onBefore(Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.IgnoreNodeListener
 
onBefore(Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
 
onBefore(ISource, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerSourceListener
 
onBefore(Node, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ScenarioFrameListener
 
onBefore(Node, IContext, IResultSet) - Method in interface org.specrunner.listeners.INodeListener
Perform some action before building plugin for a given node.
onBefore(ISource, IContext, IResultSet) - Method in interface org.specrunner.listeners.ISourceListener
To be performed before start a source execution.
onBeforeCheck(IChannel, IPipe) - Method in interface org.specrunner.pipeline.IPipeListener
Perform something before checking.
onBeforeCheck(IChannel, IPipe) - Method in class org.specrunner.pipeline.ProfilerPipeListener
 
onBeforeEnd(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractPluginListener
 
onBeforeEnd(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
onBeforeEnd(IPlugin, IContext, IResultSet) - Method in interface org.specrunner.listeners.IPluginListener
Perform some action before plugin ending.
onBeforeInit(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractPluginListener
 
onBeforeInit(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
onBeforeInit(IPlugin, IContext, IResultSet) - Method in interface org.specrunner.listeners.IPluginListener
Perform some action before plugin initialization.
onBeforeProcess(IChannel, IPipe) - Method in interface org.specrunner.pipeline.IPipeListener
Perform something before processing.
onBeforeProcess(IChannel, IPipe) - Method in class org.specrunner.pipeline.ProfilerPipeListener
 
onBeforeStart(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.AbstractPluginListener
 
onBeforeStart(IPlugin, IContext, IResultSet) - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
onBeforeStart(IPlugin, IContext, IResultSet) - Method in interface org.specrunner.listeners.IPluginListener
Perform some action before plugin start.
onCreate(IContext) - Method in interface org.specrunner.context.IContextListener
A context creation.
onCreate(IContext) - Method in class org.specrunner.listeners.core.AbstractContextListener
 
onCreate(IContext) - Method in class org.specrunner.listeners.core.ContextListenerPopulator
 
onDestroy(IContext) - Method in interface org.specrunner.context.IContextListener
A context destruction.
onDestroy(IContext) - Method in class org.specrunner.listeners.core.AbstractContextListener
 
onDestroy(IContext) - Method in class org.specrunner.listeners.core.ContextListenerDestroyer
 
onlyArgs(IContext, Node, StringBuilder, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Extract arguments from nodes.
onlyText(String, StringBuilder, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Extract parameters from text.
onPop(IBlock) - Method in interface org.specrunner.context.IBlockListener
On block dequeue.
onPop(IBlock) - Method in class org.specrunner.listeners.core.AbstractBlockListener
 
onPush(IBlock) - Method in interface org.specrunner.context.IBlockListener
O block queue.
onPush(IBlock) - Method in class org.specrunner.listeners.core.AbstractBlockListener
 
onstart - Variable in class org.specrunner.plugins.core.AbstractPluginDual
Adjust execution moment, if on start node or at the end.
operation(Object, IContext) - Method in class org.specrunner.plugins.core.AbstractPluginDual
Stand for the testing operation.
operation(Object, IContext) - Method in class org.specrunner.plugins.core.logical.PluginEquals
 
operation(Object, IContext) - Method in class org.specrunner.plugins.core.var.AbstractPluginDefine
 
operation(Object, IContext) - Method in class org.specrunner.plugins.core.var.PluginDefineCondition
 
operation(Object, IContext) - Method in class org.specrunner.plugins.core.var.PluginDefineGlobal
 
operation(Object, IContext) - Method in class org.specrunner.plugins.core.var.PluginDefineLocal
 
operation(Object, IContext) - Method in class org.specrunner.plugins.core.var.PluginExecute
 
orderedList(List<Resume>, Comparator<Resume>) - Method in class org.specrunner.report.core.ResumeReporter
Creates a copy of the resume list.
org.specrunner - package org.specrunner
 
org.specrunner.annotations - package org.specrunner.annotations
 
org.specrunner.annotations.core - package org.specrunner.annotations.core
 
org.specrunner.annotator - package org.specrunner.annotator
 
org.specrunner.annotator.core - package org.specrunner.annotator.core
 
org.specrunner.comparators - package org.specrunner.comparators
 
org.specrunner.comparators.core - package org.specrunner.comparators.core
 
org.specrunner.concurrency - package org.specrunner.concurrency
 
org.specrunner.concurrency.core - package org.specrunner.concurrency.core
 
org.specrunner.configuration - package org.specrunner.configuration
 
org.specrunner.configuration.core - package org.specrunner.configuration.core
 
org.specrunner.context - package org.specrunner.context
 
org.specrunner.context.core - package org.specrunner.context.core
 
org.specrunner.converters - package org.specrunner.converters
 
org.specrunner.converters.core - package org.specrunner.converters.core
 
org.specrunner.core - package org.specrunner.core
 
org.specrunner.core.pipes - package org.specrunner.core.pipes
 
org.specrunner.core.pipes.plugin - package org.specrunner.core.pipes.plugin
 
org.specrunner.core.pipes.shutdown - package org.specrunner.core.pipes.shutdown
 
org.specrunner.dumper - package org.specrunner.dumper
 
org.specrunner.dumper.core - package org.specrunner.dumper.core
 
org.specrunner.expressions - package org.specrunner.expressions
 
org.specrunner.expressions.core - package org.specrunner.expressions.core
 
org.specrunner.features - package org.specrunner.features
 
org.specrunner.features.core - package org.specrunner.features.core
 
org.specrunner.formatters - package org.specrunner.formatters
 
org.specrunner.formatters.core - package org.specrunner.formatters.core
 
org.specrunner.junit - package org.specrunner.junit
 
org.specrunner.junit.concurrent - package org.specrunner.junit.concurrent
 
org.specrunner.listeners - package org.specrunner.listeners
 
org.specrunner.listeners.core - package org.specrunner.listeners.core
 
org.specrunner.parameters - package org.specrunner.parameters
 
org.specrunner.parameters.core - package org.specrunner.parameters.core
 
org.specrunner.pipeline - package org.specrunner.pipeline
 
org.specrunner.pipeline.core - package org.specrunner.pipeline.core
 
org.specrunner.plugins - package org.specrunner.plugins
 
org.specrunner.plugins.core - package org.specrunner.plugins.core
 
org.specrunner.plugins.core.data - package org.specrunner.plugins.core.data
 
org.specrunner.plugins.core.elements - package org.specrunner.plugins.core.elements
 
org.specrunner.plugins.core.factories - package org.specrunner.plugins.core.factories
 
org.specrunner.plugins.core.flow - package org.specrunner.plugins.core.flow
 
org.specrunner.plugins.core.include - package org.specrunner.plugins.core.include
 
org.specrunner.plugins.core.language - package org.specrunner.plugins.core.language
 
org.specrunner.plugins.core.logical - package org.specrunner.plugins.core.logical
 
org.specrunner.plugins.core.macro - package org.specrunner.plugins.core.macro
 
org.specrunner.plugins.core.objects - package org.specrunner.plugins.core.objects
 
org.specrunner.plugins.core.objects.core - package org.specrunner.plugins.core.objects.core
 
org.specrunner.plugins.core.text - package org.specrunner.plugins.core.text
 
org.specrunner.plugins.core.var - package org.specrunner.plugins.core.var
 
org.specrunner.plugins.type - package org.specrunner.plugins.type
 
org.specrunner.properties - package org.specrunner.properties
 
org.specrunner.properties.core - package org.specrunner.properties.core
 
org.specrunner.readers - package org.specrunner.readers
 
org.specrunner.readers.core - package org.specrunner.readers.core
 
org.specrunner.report - package org.specrunner.report
 
org.specrunner.report.core - package org.specrunner.report.core
 
org.specrunner.report.core.comparators - package org.specrunner.report.core.comparators
 
org.specrunner.result - package org.specrunner.result
 
org.specrunner.result.core - package org.specrunner.result.core
 
org.specrunner.result.status - package org.specrunner.result.status
 
org.specrunner.reuse - package org.specrunner.reuse
 
org.specrunner.reuse.core - package org.specrunner.reuse.core
 
org.specrunner.runner - package org.specrunner.runner
 
org.specrunner.runner.core - package org.specrunner.runner.core
 
org.specrunner.source - package org.specrunner.source
 
org.specrunner.source.core - package org.specrunner.source.core
 
org.specrunner.source.namespace - package org.specrunner.source.namespace
 
org.specrunner.source.namespace.core - package org.specrunner.source.namespace.core
 
org.specrunner.source.resource - package org.specrunner.source.resource
 
org.specrunner.source.resource.core - package org.specrunner.source.resource.core
 
org.specrunner.source.resource.element - package org.specrunner.source.resource.element
 
org.specrunner.source.resource.element.core - package org.specrunner.source.resource.element.core
 
org.specrunner.source.resource.positional - package org.specrunner.source.resource.positional
 
org.specrunner.source.resource.positional.core - package org.specrunner.source.resource.positional.core
 
org.specrunner.transformer - package org.specrunner.transformer
 
org.specrunner.transformer.core - package org.specrunner.transformer.core
 
org.specrunner.util - package org.specrunner.util
 
org.specrunner.util.aligner - package org.specrunner.util.aligner
 
org.specrunner.util.aligner.core - package org.specrunner.util.aligner.core
 
org.specrunner.util.cache - package org.specrunner.util.cache
 
org.specrunner.util.cache.core - package org.specrunner.util.cache.core
 
org.specrunner.util.collections - package org.specrunner.util.collections
 
org.specrunner.util.composite - package org.specrunner.util.composite
 
org.specrunner.util.composite.core - package org.specrunner.util.composite.core
 
org.specrunner.util.exceptions - package org.specrunner.util.exceptions
 
org.specrunner.util.expression - package org.specrunner.util.expression
 
org.specrunner.util.expression.core - package org.specrunner.util.expression.core
 
org.specrunner.util.functions - package org.specrunner.util.functions
 
org.specrunner.util.functions.core - package org.specrunner.util.functions.core
 
org.specrunner.util.mapping - package org.specrunner.util.mapping
 
org.specrunner.util.mapping.core - package org.specrunner.util.mapping.core
 
org.specrunner.util.math - package org.specrunner.util.math
 
org.specrunner.util.output - package org.specrunner.util.output
 
org.specrunner.util.output.core - package org.specrunner.util.output.core
 
org.specrunner.util.reset - package org.specrunner.util.reset
 
org.specrunner.util.resources - package org.specrunner.util.resources
 
org.specrunner.util.string - package org.specrunner.util.string
 
org.specrunner.util.string.core - package org.specrunner.util.string.core
 
org.specrunner.util.xom - package org.specrunner.util.xom
 
org.specrunner.util.xom.core - package org.specrunner.util.xom.core
 
org.specrunner.util.xom.node - package org.specrunner.util.xom.node
 
org.specrunner.util.xom.node.core - package org.specrunner.util.xom.node.core
 
output - Variable in class org.specrunner.junit.SpecRunnerParametrized.Entry
Entry output.
output - Variable in class org.specrunner.junit.SpecRunnerStatement
The output file.
outputDirectory - Variable in class org.specrunner.dumper.core.AbstractSourceDumperFile
Default output directory.
outputDirectory() - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Gets output directory based on configuration or features.
OutputFactoryDefault - Class in org.specrunner.util.output.core
Default implementation.
OutputFactoryDefault() - Constructor for class org.specrunner.util.output.core.OutputFactoryDefault
 
outputFile - Variable in class org.specrunner.dumper.core.AbstractSourceDumperFile
Output file (absolute).
outputName - Variable in class org.specrunner.dumper.core.AbstractSourceDumperFile
Output file name.
outputName(ISource) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Set the output file for the source.
OutputSysout - Class in org.specrunner.util.output.core
Basic output target.
OutputSysout() - Constructor for class org.specrunner.util.output.core.OutputSysout
 
overrides - Variable in class org.specrunner.features.core.FeatureManagerImpl
Set of overrides information.

P

packages - Variable in class org.specrunner.plugins.core.include.PluginImport
The packages set in imports.
PACKAGES_NAME - Static variable in class org.specrunner.plugins.core.include.PluginImport
The import list name.
ParameterDecoratorImpl - Class in org.specrunner.parameters.core
Generic implementation of a parameter sensible object.
ParameterDecoratorImpl() - Constructor for class org.specrunner.parameters.core.ParameterDecoratorImpl
 
ParameterHolder - Class in org.specrunner.parameters.core
Implementation of parameter holder.
ParameterHolder() - Constructor for class org.specrunner.parameters.core.ParameterHolder
Default constructor.
parameters - Variable in class org.specrunner.parameters.core.ParameterDecoratorImpl
Set of valid parameters.
parameters - Variable in class org.specrunner.parameters.core.ParameterHolder
The parameters decorator.
parameters - Variable in class org.specrunner.plugins.core.PluginGroupImpl
Parameter holder.
PARENT - Static variable in class org.specrunner.context.core.ContextImpl
Parent index.
parent - Variable in class org.specrunner.expressions.core.AbstractExpression
The parent factory.
parent - Variable in class org.specrunner.plugins.core.PluginGroupImpl
The plugin parent factory.
partial(SRServices) - Method in class org.specrunner.report.core.ReporterGroupImpl
 
partial(SRServices) - Method in class org.specrunner.report.core.ResumeReporter
 
partial(SRServices) - Method in interface org.specrunner.report.IReporter
Short information about report.
PATH - Static variable in class org.specrunner.junit.JUnitUtils
Output path.
pathToFile - Static variable in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
Cache of resources per output file.
pattern - Variable in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
pattern - Variable in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
pattern - Variable in class org.specrunner.converters.core.ConverterDateMidnightPatternTemplate
Parser instance.
pattern - Variable in class org.specrunner.converters.core.ConverterDatePatternTemplate
Parser instance.
pattern - Variable in class org.specrunner.converters.core.ConverterDateTimePatternTemplate
Parser instance.
pattern - Variable in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
pattern - Variable in class org.specrunner.converters.core.ConverterLocalDatePatternTemplate
Parser instance.
pattern - Variable in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
pattern - Variable in class org.specrunner.converters.core.ConverterLocalDateTimePatternTemplate
Parser instance.
pattern - Variable in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
pattern - Variable in class org.specrunner.converters.core.ConverterLocalTimePatternTemplate
Parser instance.
pattern - Variable in class org.specrunner.converters.core.ConverterMutableDateTimePatternTemplate
Parser instance.
pauseOnFailure - Variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Set true, to pause on errors.
PauseOnFailureNodeListener - Class in org.specrunner.listeners.core
Listener to pause execution on errors.
PauseOnFailureNodeListener() - Constructor for class org.specrunner.listeners.core.PauseOnFailureNodeListener
 
penalty(int) - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
Calculate penalty.
pending - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
Indicate if scenario is pending.
PENDING - Static variable in class org.specrunner.util.xom.UtilNode
Any node in specification with attribute "pending=true" will be considered a pending item.
PERCENTAGE - Static variable in class org.specrunner.report.core.ResumeReporter
Divisor.
perform(IContext, IResultSet) - Method in class org.specrunner.plugins.core.AbstractPluginDual
Perform plugin action/assertion.
perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectCompare
 
perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelectUnique
Perform something on a database object.
perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.core.PluginDelete
 
performChildren(Node, IContext, IResultSet) - Static method in class org.specrunner.plugins.core.UtilPlugin
Executes the children of a given node.
performComandsFirst(IContext, IResultSet, Node) - Static method in class org.specrunner.plugins.core.UtilPlugin
Perform children using commands before asserts.
PipeAnnotate - Class in org.specrunner.core.pipes
Pipe to call annotation service.
PipeAnnotate() - Constructor for class org.specrunner.core.pipes.PipeAnnotate
 
PipeAnnotator - Class in org.specrunner.core.pipes
Pipe to bind an annotator to the channel.
PipeAnnotator() - Constructor for class org.specrunner.core.pipes.PipeAnnotator
 
PipeConfiguration - Class in org.specrunner.core.pipes
Binds a configuration to the channel.
PipeContext - Class in org.specrunner.core.pipes
Create and bind a context to the channel.
PipeContext() - Constructor for class org.specrunner.core.pipes.PipeContext
 
PipeDump - Class in org.specrunner.core.pipes
Make dumpers dump.
PipeDump() - Constructor for class org.specrunner.core.pipes.PipeDump
 
PipeDumper - Class in org.specrunner.core.pipes
Adds a dumper to the channel.
PipeDumper() - Constructor for class org.specrunner.core.pipes.PipeDumper
 
PipeFeatureManager - Class in org.specrunner.core.pipes
Set feature manager into channel.
PipeFeatureManager() - Constructor for class org.specrunner.core.pipes.PipeFeatureManager
 
PipeInput - Class in org.specrunner.core.pipes
Add input information to the channel.
PIPELINE_FILENAME - Static variable in class org.specrunner.core.SpecRunnerPipelineUtils
Pipeline file name in configurations.
PipelineException - Exception in org.specrunner.pipeline
 
PipelineException() - Constructor for exception org.specrunner.pipeline.PipelineException
 
PipelineException(String) - Constructor for exception org.specrunner.pipeline.PipelineException
 
PipelineException(Throwable) - Constructor for exception org.specrunner.pipeline.PipelineException
 
PipelineException(String, Throwable) - Constructor for exception org.specrunner.pipeline.PipelineException
 
PipelineFactoryCustom - Class in org.specrunner.pipeline.core
Default implementation of a pipeline factory reading from file.
PipelineFactoryCustom() - Constructor for class org.specrunner.pipeline.core.PipelineFactoryCustom
 
PipelineFactoryImpl - Class in org.specrunner.pipeline.core
Default implementation of a pipeline factory.
PipelineFactoryImpl() - Constructor for class org.specrunner.pipeline.core.PipelineFactoryImpl
 
PipelineFactoryXOM - Class in org.specrunner.pipeline.core
Default implementation of a pipeline factory using XOM.
PipelineFactoryXOM() - Constructor for class org.specrunner.pipeline.core.PipelineFactoryXOM
 
PipelineImpl - Class in org.specrunner.pipeline.core
Default implementation of a pipeline.
PipelineImpl() - Constructor for class org.specrunner.pipeline.core.PipelineImpl
Superclass constructor.
PipelineImpl(Collection<? extends IPipe>) - Constructor for class org.specrunner.pipeline.core.PipelineImpl
Superclass constructor.
PipeListenerManager - Class in org.specrunner.core.pipes
Add listener manager.
PipeListenerManager() - Constructor for class org.specrunner.core.pipes.PipeListenerManager
 
PipeMemory - Class in org.specrunner.core.pipes
Add memory information to the pipe.
PipeMemory() - Constructor for class org.specrunner.core.pipes.PipeMemory
 
PipeMetavariables - Class in org.specrunner.core.pipes
Bind pipe information to the channel.
PipeMetavariables() - Constructor for class org.specrunner.core.pipes.PipeMetavariables
 
PipeModel - Class in org.specrunner.core.pipes
Add a model information to the channel.
PipeModel() - Constructor for class org.specrunner.core.pipes.PipeModel
 
PipePlugin - Class in org.specrunner.core.pipes.plugin
Bind a plugin as input information.
PipeReport - Class in org.specrunner.core.pipes
Pipe to add report information.
PipeReport() - Constructor for class org.specrunner.core.pipes.PipeReport
 
PipeReporter - Class in org.specrunner.core.pipes
Creates a reporter and add to the channel.
PipeReporter() - Constructor for class org.specrunner.core.pipes.PipeReporter
 
PipeResult - Class in org.specrunner.core.pipes
Bind a result to the channel.
PipeResult() - Constructor for class org.specrunner.core.pipes.PipeResult
 
PipeResume - Class in org.specrunner.core.pipes.shutdown
Call reporter resume.
PipeResume() - Constructor for class org.specrunner.core.pipes.shutdown.PipeResume
 
PipeReusable - Class in org.specrunner.core.pipes.shutdown
Finalize all reusable resources.
PipeReusable() - Constructor for class org.specrunner.core.pipes.shutdown.PipeReusable
 
PipeRun - Class in org.specrunner.core.pipes
Call a specification runner.
PipeRun() - Constructor for class org.specrunner.core.pipes.PipeRun
 
PipeRun - Class in org.specrunner.core.pipes.plugin
The runner version for plugins.
PipeRun() - Constructor for class org.specrunner.core.pipes.plugin.PipeRun
 
PipeRunner - Class in org.specrunner.core.pipes
Add a runner to the pipe.
PipeRunner() - Constructor for class org.specrunner.core.pipes.PipeRunner
 
PipeShortDump - Class in org.specrunner.core.pipes.plugin
Perform a short version of reports.
PipeShortDump() - Constructor for class org.specrunner.core.pipes.plugin.PipeShortDump
 
PipeSource - Class in org.specrunner.core.pipes
Creates the source and add to the channel.
PipeSource() - Constructor for class org.specrunner.core.pipes.PipeSource
 
PipeTime - Class in org.specrunner.core.pipes
Add time information to the channel.
PipeTime() - Constructor for class org.specrunner.core.pipes.PipeTime
 
PipeTimestamp - Class in org.specrunner.core.pipes
Adds a time stamp tag to the channel.
PipeTimestamp() - Constructor for class org.specrunner.core.pipes.PipeTimestamp
 
PipeTransformSource - Class in org.specrunner.core.pipes
Pipe perform a transformation into sources.
PipeTransformSource() - Constructor for class org.specrunner.core.pipes.PipeTransformSource
 
PlaceholderDefault - Class in org.specrunner.util.expression.core
Default placeholder information.
PlaceholderDefault() - Constructor for class org.specrunner.util.expression.core.PlaceholderDefault
 
Placeholders - Class in org.specrunner.plugins.core.language
Common regular expressions.
plugin - Variable in class org.specrunner.context.core.BlockImpl
The plugin node.
PLUGIN - Static variable in class org.specrunner.core.pipes.plugin.PipePlugin
Configuration.
PluginAll - Class in org.specrunner.plugins.core.objects.core
Check if a given list of objects is the same in memory.
PluginAll() - Constructor for class org.specrunner.plugins.core.objects.core.PluginAll
Create a output comparison.
PluginAssertion - Class in org.specrunner.plugins.core
Plugin of type assertion.
PluginAssertion() - Constructor for class org.specrunner.plugins.core.PluginAssertion
 
PluginBean - Class in org.specrunner.plugins.core.var
A bean plugin.
PluginBean() - Constructor for class org.specrunner.plugins.core.var.PluginBean
 
PluginCall - Class in org.specrunner.plugins.core.macro
A plugin which calls a macro by its name.
PluginCall() - Constructor for class org.specrunner.plugins.core.macro.PluginCall
 
PluginCollection - Class in org.specrunner.plugins.core.objects.core
Maps a object but do not persist it.
PluginCollection() - Constructor for class org.specrunner.plugins.core.objects.core.PluginCollection
 
PluginColumn - Class in org.specrunner.plugins.core.include
This plugin stand for a SLIM/Fit Column like plugin implementation.
PluginColumn() - Constructor for class org.specrunner.plugins.core.include.PluginColumn
 
PluginCompareTree - Class in org.specrunner.plugins.core.logical
Perform a comparison of nodes.
PluginCompareTree() - Constructor for class org.specrunner.plugins.core.logical.PluginCompareTree
 
PluginContains - Class in org.specrunner.plugins.core.objects.core
Check if a given list of objects is present in memory.
PluginContains() - Constructor for class org.specrunner.plugins.core.objects.core.PluginContains
Create a output comparison.
PluginDefineCondition - Class in org.specrunner.plugins.core.var
Defines a condition variable.
PluginDefineCondition() - Constructor for class org.specrunner.plugins.core.var.PluginDefineCondition
 
PluginDefineGlobal - Class in org.specrunner.plugins.core.var
Defines a global variable.
PluginDefineGlobal() - Constructor for class org.specrunner.plugins.core.var.PluginDefineGlobal
 
PluginDefineLocal - Class in org.specrunner.plugins.core.var
Defines a local variable.
PluginDefineLocal() - Constructor for class org.specrunner.plugins.core.var.PluginDefineLocal
 
PluginDelete - Class in org.specrunner.plugins.core.objects.core
Delete object from memory.
PluginDelete() - Constructor for class org.specrunner.plugins.core.objects.core.PluginDelete
Create an update plugin.
PluginElse - Class in org.specrunner.plugins.core.flow
The 'else' side of a conditional test.
PluginElse() - Constructor for class org.specrunner.plugins.core.flow.PluginElse
 
PluginEquals - Class in org.specrunner.plugins.core.logical
Compare elements.
PluginEquals() - Constructor for class org.specrunner.plugins.core.logical.PluginEquals
 
PluginException - Exception in org.specrunner.plugins
 
PluginException() - Constructor for exception org.specrunner.plugins.PluginException
 
PluginException(String) - Constructor for exception org.specrunner.plugins.PluginException
 
PluginException(Throwable) - Constructor for exception org.specrunner.plugins.PluginException
 
PluginException(String, Throwable) - Constructor for exception org.specrunner.plugins.PluginException
 
PluginExecute - Class in org.specrunner.plugins.core.var
Perform a execution.
PluginExecute() - Constructor for class org.specrunner.plugins.core.var.PluginExecute
 
PluginExecuteLatter - Class in org.specrunner.plugins.core.var
Perform child actions before assertions.
PluginExecuteLatter() - Constructor for class org.specrunner.plugins.core.var.PluginExecuteLatter
 
PluginExecuteRows - Class in org.specrunner.plugins.core.flow
Perform table actions.
PluginExecuteRows() - Constructor for class org.specrunner.plugins.core.flow.PluginExecuteRows
 
PluginFactoryAttribute - Class in org.specrunner.plugins.core.factories
An implementation which uses a attribute to return the plugin.
PluginFactoryAttribute() - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryAttribute
Creates the factory loading file 'sr_plugins_attribute.properties'.
PluginFactoryCSS - Class in org.specrunner.plugins.core.factories
An implementation which uses the 'class' attribute to return the plugin.
PluginFactoryCSS() - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryCSS
Creates the factory loading file 'sr_plugins_css.properties'.
PluginFactoryCustom - Class in org.specrunner.plugins.core.factories
Returns a plugin based on a 'custom' attribute.
PluginFactoryCustom() - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryCustom
Creates the factory loading file 'sr_plugins_custom.properties'.
PluginFactoryElement - Class in org.specrunner.plugins.core.factories
Creates a plugin by element.
PluginFactoryElement() - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryElement
Creates a factory loading file 'sr_plugins_element.properties'.
PluginFactoryGroupDefault - Class in org.specrunner.plugins.core.factories
Default factory group implementation populated.
PluginFactoryGroupDefault() - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryGroupDefault
Default constructor.
PluginFactoryGroupImpl - Class in org.specrunner.plugins.core.factories
Default factory group implementation.
PluginFactoryGroupImpl() - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryGroupImpl
 
PluginFactoryImpl - Class in org.specrunner.plugins.core.factories
Partial plugin factory implementation.
PluginFactoryImpl(String, PluginKind) - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryImpl
Creates a factory loading the given file.
PluginFactoryText - Class in org.specrunner.plugins.core.factories
A factory for Text elements.
PluginFactoryText() - Constructor for class org.specrunner.plugins.core.factories.PluginFactoryText
 
PluginFor - Class in org.specrunner.plugins.core.flow
Performs a indexed loop.
PluginFor() - Constructor for class org.specrunner.plugins.core.flow.PluginFor
 
PluginGroupImpl - Class in org.specrunner.plugins.core
Default plugin group implementation.
PluginGroupImpl() - Constructor for class org.specrunner.plugins.core.PluginGroupImpl
Default constructor.
PluginHtml - Class in org.specrunner.plugins.core.elements
Html tag scope.
PluginHtml() - Constructor for class org.specrunner.plugins.core.elements.PluginHtml
 
PluginIf - Class in org.specrunner.plugins.core.flow
Create a condition execution.
PluginIf() - Constructor for class org.specrunner.plugins.core.flow.PluginIf
 
PluginIfBranch - Class in org.specrunner.plugins.core.flow
Performs the branch selection.
PluginIfBranch() - Constructor for class org.specrunner.plugins.core.flow.PluginIfBranch
 
PluginImg - Class in org.specrunner.plugins.core.elements
Plugin to add image resources.
PluginImg() - Constructor for class org.specrunner.plugins.core.elements.PluginImg
 
PluginImport - Class in org.specrunner.plugins.core.include
Add package information as SLIM import tables.
PluginImport() - Constructor for class org.specrunner.plugins.core.include.PluginImport
 
PluginInclude - Class in org.specrunner.plugins.core.include
Allow a file inclusion.
PluginInclude() - Constructor for class org.specrunner.plugins.core.include.PluginInclude
 
PluginInsert - Class in org.specrunner.plugins.core.objects.core
Maps a object but do not persist it.
PluginInsert() - Constructor for class org.specrunner.plugins.core.objects.core.PluginInsert
 
PluginIterable - Class in org.specrunner.plugins.core.flow
Perform an iteration.
PluginIterable() - Constructor for class org.specrunner.plugins.core.flow.PluginIterable
 
PluginIterator - Class in org.specrunner.plugins.core.flow
Perform an iteration over a collection.
PluginIterator() - Constructor for class org.specrunner.plugins.core.flow.PluginIterator
 
PluginKind - Class in org.specrunner.plugins
Factory types.
PluginLink - Class in org.specrunner.plugins.core.elements
Add resources of 'link' tags.
PluginLink() - Constructor for class org.specrunner.plugins.core.elements.PluginLink
 
PluginMacro - Class in org.specrunner.plugins.core.macro
The plugin which creates a macro.
PluginMacro() - Constructor for class org.specrunner.plugins.core.macro.PluginMacro
 
PluginMap - Class in org.specrunner.plugins.core.data
Creates a memory map.
PluginMap() - Constructor for class org.specrunner.plugins.core.data.PluginMap
 
PluginNop - Class in org.specrunner.plugins.core
Default no-operation plugin.
PluginNotContains - Class in org.specrunner.plugins.core.objects.core
Check if an object is not in memory.
PluginNotContains() - Constructor for class org.specrunner.plugins.core.objects.core.PluginNotContains
Creates the plugin.
PluginNotEquals - Class in org.specrunner.plugins.core.logical
The dual of equals.
PluginNotEquals() - Constructor for class org.specrunner.plugins.core.logical.PluginNotEquals
 
PluginPause - Class in org.specrunner.plugins.core.flow
Allows a pause in execution, waiting for an 'OK' in dialog, or 'Enter' when 'enter'attribute is set to true.
PluginPause() - Constructor for class org.specrunner.plugins.core.flow.PluginPause
 
PluginRepeat - Class in org.specrunner.plugins.core.flow
Replicate headers of table to lines, repeating behavior expected by header.
PluginRepeat() - Constructor for class org.specrunner.plugins.core.flow.PluginRepeat
 
PluginReplacer - Class in org.specrunner.plugins.core.text
Replace text elements by their evaluated expressions.
PluginReplacer() - Constructor for class org.specrunner.plugins.core.text.PluginReplacer
 
PluginReplacerMap - Class in org.specrunner.plugins.core.text
Replace mapped elements.
PluginReplacerMap() - Constructor for class org.specrunner.plugins.core.text.PluginReplacerMap
 
PluginScript - Class in org.specrunner.plugins.core.elements
Add resources of 'link' tags.
PluginScript() - Constructor for class org.specrunner.plugins.core.elements.PluginScript
 
PluginSentence - Class in org.specrunner.plugins.core.language
A natural language plugin to perform pattern matching like JBehave/Cucumber/Twist fixtures.
PluginSentence() - Constructor for class org.specrunner.plugins.core.language.PluginSentence
 
PluginSet - Class in org.specrunner.plugins.core.var
Defines a global variable in unsilent evaluation mode.
PluginSet() - Constructor for class org.specrunner.plugins.core.var.PluginSet
 
PluginThen - Class in org.specrunner.plugins.core.flow
The 'then' side of a conditional test.
PluginThen() - Constructor for class org.specrunner.plugins.core.flow.PluginThen
 
PluginVerifyObjects - Class in org.specrunner.plugins.core.logical
 
PluginVerifyObjects() - Constructor for class org.specrunner.plugins.core.logical.PluginVerifyObjects
 
PluginVerifyRows - Class in org.specrunner.plugins.core.logical
Perform table verifications.
PluginVerifyRows() - Constructor for class org.specrunner.plugins.core.logical.PluginVerifyRows
Default constructor.
PluginWhile - Class in org.specrunner.plugins.core.flow
Performs a conditional loop.
PluginWhile() - Constructor for class org.specrunner.plugins.core.flow.PluginWhile
 
poolNumber - Variable in class org.specrunner.junit.concurrent.NamedFactory
Pool number.
pop() - Method in class org.specrunner.context.core.ContextImpl
 
populate(IContext, TableAdapter, RowAdapter, IResultSet, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Populate the object instance with row information.
Position - Class in org.specrunner.source.resource.positional
Stand for a position in the document where something can be added, i.e., //head.
postProcess(Object, Object[], T) - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
Post processing after instance() called.
postProcess(Object, Object[], T) - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
Post processing after instance() called.
postProcess(Object, Object[], T) - Method in class org.specrunner.converters.core.AbstractConverterTimeTemplate
Post process a instance of data.
postProcess(Object, Object[], Date) - Method in class org.specrunner.converters.core.ConverterDateCurrentTemplate
 
postProcess(Object, Object[], DateMidnight) - Method in class org.specrunner.converters.core.ConverterDateMidnightCurrentTemplate
 
postProcess(Object, Object[], DateTime) - Method in class org.specrunner.converters.core.ConverterDateTimeCurrentTemplate
 
postProcess(Object, Object[], LocalDate) - Method in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
postProcess(Object, Object[], LocalDateTime) - Method in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
postProcess(Object, Object[], LocalTime) - Method in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
postProcess(Object, Object[], MutableDateTime) - Method in class org.specrunner.converters.core.ConverterMutableDateTimeCurrentTemplate
 
postProcess(Object, Object[], Timestamp) - Method in class org.specrunner.converters.core.ConverterTimestampCurrentTemplate
 
postProcess(Object, Object[], Calendar, T, Pattern, Map<String, String>, Map<String, Integer>) - Static method in class org.specrunner.converters.core.UtilDate
Post process an object.
postProcess(Object, Object[], T, Pattern, Map<String, String>, Map<String, String>) - Static method in class org.specrunner.converters.core.UtilJodatime
Post process an object.
precedence - Variable in class org.specrunner.expressions.core.AbstractExpression
The enumeration order.
predefinedClasses - Variable in class org.specrunner.expressions.core.AbstractExpressionFactory
The set of predefined classes.
predefinedModels - Variable in class org.specrunner.expressions.core.AbstractExpressionFactory
The set of predefined models.
predefinedValues - Variable in class org.specrunner.expressions.core.AbstractExpressionFactory
The set of predefined values.
PredicateProperty<P> - Class in org.specrunner.util.functions.core
Defines a predicate for object properties.
PredicateProperty(String, Object) - Constructor for class org.specrunner.util.functions.core.PredicateProperty
 
prefix - Variable in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
The log name.
prepare(Object[]) - Method in class org.specrunner.parameters.core.AccessImpl
Prepare an array of arguments.
prepare(Object) - Method in class org.specrunner.parameters.core.AccessImpl
Prepare argument for set.
prepareArgument(IContext, String, Annotation[], Class<?>, Object) - Static method in class org.specrunner.converters.UtilConverter
Prepare only one argument.
prepareArgumentsAfter(IContext, Method, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Prepare argument list, based on parameter types.
prepareArgumentsBefore(IContext, Method, List<Object>) - Method in class org.specrunner.plugins.core.language.PluginSentence
Prepare argument list, based on parameter types.
prepareMethodArguments(IContext, Method, List<Object>) - Static method in class org.specrunner.converters.UtilConverter
Prepare arguments.
prepareScenarios(IRunnerScenario) - Static method in class org.specrunner.junit.JUnitUtils
Prepare scenario runners.
prepareTargetLink(ISource) - Method in class org.specrunner.plugins.core.include.PluginInclude
Get original resource link relative to current output.
prepareValue(Object, IContext, boolean, boolean) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
Prepare the value to set.
prepend(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
prepend(Node) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
prepend(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Prepend text to the node.
prepend(Node) - Method in interface org.specrunner.util.xom.node.INodeHolder
Prepend a note to the node.
PresentationCompare - Class in org.specrunner.util.xom.core
Presents two objects with their types.
PresentationCompare(Object, Object) - Constructor for class org.specrunner.util.xom.core.PresentationCompare
Create a detail comparison object.
PresentationException - Exception in org.specrunner.util.xom.core
Generic presentation wrapper of exceptions.
PresentationException(IPresentation) - Constructor for exception org.specrunner.util.xom.core.PresentationException
Set a presentation.
PresentationGroupImpl - Class in org.specrunner.util.xom.core
A presentation group.
PresentationGroupImpl() - Constructor for class org.specrunner.util.xom.core.PresentationGroupImpl
 
PresenterManagerImpl - Class in org.specrunner.util.xom.core
Default presenter manager implementation.
PresenterManagerImpl() - Constructor for class org.specrunner.util.xom.core.PresenterManagerImpl
Default constructor.
pressKey() - Static method in class org.specrunner.util.UtilIO
Request for key interaction.
PRIMITIVES - Static variable in class org.specrunner.converters.UtilConverter
Map of primitive types for correct use of <type>.isInstance(...).
print(Object) - Method in class org.specrunner.util.output.core.OutputSysout
 
print(Object) - Method in interface org.specrunner.util.output.IOutput
Print something.
printf(Object, Object...) - Method in class org.specrunner.util.output.core.OutputSysout
 
printf(Object, Object...) - Method in interface org.specrunner.util.output.IOutput
Print something with arguments.
println(Object) - Method in class org.specrunner.util.output.core.OutputSysout
 
println(Object) - Method in interface org.specrunner.util.output.IOutput
Print with ending '\n'.
process(IChannel) - Method in class org.specrunner.core.pipes.AbstractPipeModel
 
process(IChannel, Map<String, Object>) - Method in class org.specrunner.core.pipes.AbstractPipeModel
Process the channel with the model already recovered.
process(IChannel) - Method in class org.specrunner.core.pipes.PipeAnnotate
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeAnnotator
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeContext
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeDump
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeDumper
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeFeatureManager
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeListenerManager
 
process(IChannel, Map<String, Object>) - Method in class org.specrunner.core.pipes.PipeMemory
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeMetavariables
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeModel
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeReport
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeReporter
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeResult
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeRun
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeRunner
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeSource
 
process(IChannel, Map<String, Object>) - Method in class org.specrunner.core.pipes.PipeTime
 
process(IChannel, Map<String, Object>) - Method in class org.specrunner.core.pipes.PipeTimestamp
 
process(IChannel) - Method in class org.specrunner.core.pipes.PipeTransformSource
 
process(IChannel) - Method in class org.specrunner.core.pipes.plugin.PipeRun
 
process(IChannel) - Method in class org.specrunner.core.pipes.plugin.PipeShortDump
 
process(IChannel) - Method in class org.specrunner.core.pipes.shutdown.PipeResume
 
process(IChannel) - Method in class org.specrunner.core.pipes.shutdown.PipeReusable
 
process(IChannel) - Method in class org.specrunner.pipeline.core.PipelineImpl
 
process(IChannel) - Method in interface org.specrunner.pipeline.IPipe
Perform some transformation over the channel.
process(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.data.PluginMap
Processo the content creating the mappings.
process(IContext, IResultSet, TableAdapter, Iterator) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Perform recursive comparison.
process(INamespaceInfo, Document) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
 
process(INamespaceInfo, Document, String) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Process information.
process(INamespaceInfo, Document, Nodes) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Process nodes satisfying restriction.
process(INamespaceInfo, Document) - Method in class org.specrunner.source.namespace.core.NamespaceProcessorGroupDefault
 
process(INamespaceInfo, Document) - Method in interface org.specrunner.source.namespace.INamespaceProcessor
Process namespace info.
process(String, IContext, boolean) - Method in class org.specrunner.util.expression.core.ProcessorDefault
 
process(String, IContext, boolean) - Method in interface org.specrunner.util.expression.IProcessor
Evaluate a content.
processIterable(IContext, IResultSet, TableAdapter, Iterator) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
 
processLine(IContext, TableAdapter, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Process a given row.
processList(IContext, Object, RowAdapter, IResultSet, List<Object>) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelect
Process the list of objects recovered.
processList(IContext, Object, RowAdapter, IResultSet, List<Object>) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelectNone
 
processList(IContext, Object, RowAdapter, IResultSet, List<Object>) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelectUnique
 
ProcessorDefault - Class in org.specrunner.util.expression.core
Default processor implementation.
ProcessorDefault() - Constructor for class org.specrunner.util.expression.core.ProcessorDefault
 
processTerminal(IContext, IResultSet, TableAdapter, Iterator) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Process terminal values.
ProfilerPipeListener - Class in org.specrunner.pipeline
Pipe profiler.
ProfilerPipeListener() - Constructor for class org.specrunner.pipeline.ProfilerPipeListener
 
ProfilerPluginListener - Class in org.specrunner.listeners.core
Logging profiler implementation.
ProfilerPluginListener() - Constructor for class org.specrunner.listeners.core.ProfilerPluginListener
 
ProfilerSourceListener - Class in org.specrunner.listeners.core
Logging profiler implementation.
ProfilerSourceListener() - Constructor for class org.specrunner.listeners.core.ProfilerSourceListener
 
property - Variable in class org.specrunner.parameters.core.AccessImpl
A bean access.
PropertyLoaderException - Exception in org.specrunner.properties
 
PropertyLoaderException() - Constructor for exception org.specrunner.properties.PropertyLoaderException
 
PropertyLoaderException(String) - Constructor for exception org.specrunner.properties.PropertyLoaderException
 
PropertyLoaderException(Throwable) - Constructor for exception org.specrunner.properties.PropertyLoaderException
 
PropertyLoaderException(String, Throwable) - Constructor for exception org.specrunner.properties.PropertyLoaderException
 
PropertyLoaderImpl - Class in org.specrunner.properties.core
Default implementation of properties loading.
PropertyLoaderImpl() - Constructor for class org.specrunner.properties.core.PropertyLoaderImpl
 
push(IBlock) - Method in class org.specrunner.context.core.ContextImpl
 
put(String, Object) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
put(String, IReusable<?>) - Method in class org.specrunner.reuse.core.ReusableManagerImpl
 
put(K, T) - Method in class org.specrunner.util.cache.core.CacheLRU
 
put(K, T) - Method in interface org.specrunner.util.cache.ICache
Put an element to the cache.

R

Range - Class in org.specrunner.util.math
Range of integers.
RANGE - Static variable in class org.specrunner.util.math.Range
Undefined range.
RATE - Static variable in class org.specrunner.junit.concurrent.ConcurrentRunnerScheduler
Thread creation ration.
RATIO - Static variable in class org.specrunner.plugins.core.flow.PluginPause
Message frame screen ratio.
read(IContext, Object, Object[]) - Method in class org.specrunner.readers.core.ReaderDefault
 
read(IContext, Object, Object[]) - Method in class org.specrunner.readers.core.ReaderFile
 
read(IContext, Object, Object[]) - Method in class org.specrunner.readers.core.ReaderXml
 
read(IContext, Object, Object[]) - Method in interface org.specrunner.readers.IReader
Read the content of an object as String.
readData(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Read data information.
readData(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectCompareAll
 
ReaderDefault - Class in org.specrunner.readers.core
Reader default.
ReaderDefault() - Constructor for class org.specrunner.readers.core.ReaderDefault
 
ReaderException - Exception in org.specrunner.readers
 
ReaderException() - Constructor for exception org.specrunner.readers.ReaderException
 
ReaderException(String, Throwable) - Constructor for exception org.specrunner.readers.ReaderException
 
ReaderException(String) - Constructor for exception org.specrunner.readers.ReaderException
 
ReaderException(Throwable) - Constructor for exception org.specrunner.readers.ReaderException
 
ReaderFile - Class in org.specrunner.readers.core
Reader of content of a specified file.
ReaderFile() - Constructor for class org.specrunner.readers.core.ReaderFile
 
ReaderManagerImpl - Class in org.specrunner.readers.core
Default reader manager implementation.
ReaderManagerImpl() - Constructor for class org.specrunner.readers.core.ReaderManagerImpl
Default constructor.
ReaderUri - Class in org.specrunner.readers.core
Reader of URL to a fully qualified path or absolute URI.
ReaderUri() - Constructor for class org.specrunner.readers.core.ReaderUri
 
ReaderXml - Class in org.specrunner.readers.core
Reader of content as XML.
ReaderXml() - Constructor for class org.specrunner.readers.core.ReaderXml
 
readFile(File) - Static method in class org.specrunner.util.UtilIO
 
readHeader(IContext, IResultSet, TableAdapter) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Read header information.
readLines(String) - Static method in class org.specrunner.util.UtilIO
Read uncommented not empty lines from files.
received - Variable in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
The received string.
receivedAligned - Variable in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
The received value aligned.
recover(IChannel) - Static method in class org.specrunner.core.pipes.PipeModel
Recover the model from channel.
recover(IChannel) - Static method in class org.specrunner.SRServices.ShutDown
Return the services instance bound on channel.
recoverType(Object) - Method in class org.specrunner.converters.core.ConverterEnum
 
recoverValue(Object, Object, Class<? extends Enum<?>>) - Method in class org.specrunner.converters.core.ConverterEnum
 
reference - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
The identification fields.
references - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
The identification fields list.
relative(String, String) - Method in class org.specrunner.report.core.ResumeDumperHtml
Relative path.
relative(ISource) - Method in class org.specrunner.source.core.SourceImpl
 
relative(ISource) - Method in interface org.specrunner.source.ISource
Returns the reference as a relative String.
release() - Method in class org.specrunner.plugins.core.objects.core.ObjectSelector
 
release() - Method in interface org.specrunner.plugins.core.objects.IObjectSelector
Release comparison resources.
release() - Method in interface org.specrunner.reuse.IReusable
Release resource best effort.
release() - Static method in class org.specrunner.SRServices
Release all reusable resources pending.
release() - Method in class org.specrunner.util.cache.core.CacheLRU
 
release() - Method in interface org.specrunner.util.cache.ICache
Release cache.
releaseWindow(JFrame, JDialog) - Method in class org.specrunner.plugins.core.flow.PluginPause
Release message frame and dialog.
remove(String) - Method in class org.specrunner.listeners.core.ListenerManagerImpl
 
remove(String) - Method in interface org.specrunner.listeners.IListenerManager
Remove a listener by its name.
remove(String) - Method in class org.specrunner.reuse.core.ReusableManagerImpl
 
remove(String) - Method in interface org.specrunner.reuse.IReuseManager
Remove a reusable resource by name.
remove(K) - Method in class org.specrunner.util.cache.core.CacheLRU
 
remove(K) - Method in interface org.specrunner.util.cache.ICache
Remove an object from cache.
removeAttribute(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
removeAttribute(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Remove a attribute.
removeClass(String) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
removeClass(String) - Method in interface org.specrunner.expressions.IExpressionFactory
Remove a predefined class by name.
removeCss(Node, String) - Static method in class org.specrunner.util.xom.UtilNode
Remove a CSS from node.
removeFromCollection(List<Object>, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObjectCompareAll
Remove object found of collection.
removeModel(String) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
removeModel(String) - Method in interface org.specrunner.expressions.IExpressionFactory
Remove a predefined model by name.
removeObject(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Remove an object from mapping.
removePipelineListener(IPipeListener) - Method in class org.specrunner.pipeline.core.PipelineImpl
 
removePipelineListener(IPipeListener) - Method in interface org.specrunner.pipeline.IPipeline
Remove a listener.
removePlaceholders(Method, String) - Method in class org.specrunner.plugins.core.language.PluginSentence
Remove place holders registered in Placeholders.
removeValue(String) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
removeValue(String) - Method in interface org.specrunner.expressions.IExpressionFactory
Remove a predefined value by name.
renew() - Method in class org.specrunner.util.cache.CacheEntry
Renew cache item timestamp.
replace(String, IPlaceholder, IProcessor, IContext, boolean) - Method in class org.specrunner.util.expression.core.TextAnalyzerDefault
 
replace(String, IPlaceholder, IProcessor, IContext, boolean) - Method in interface org.specrunner.util.expression.ITextAnalyzer
Replace filtered parts in content using a processor.
replace(String, IContext, boolean) - Static method in class org.specrunner.util.expression.UtilExpression
Replace placeholders in text.
replaced(String, Node) - Method in class org.specrunner.dumper.core.SourceDumperDetails
Replace reference names to current directory.
replaceMap(String, Map<String, Node>) - Method in class org.specrunner.plugins.core.text.PluginReplacerMap
Replaces text with corresponding values in map.
replaceName(Element, String) - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
Replace old reference by the new created.
replaceName(Element, String) - Method in class org.specrunner.plugins.core.elements.PluginScript
 
report(SRServices) - Method in class org.specrunner.report.core.ReporterGroupImpl
 
report(SRServices) - Method in class org.specrunner.report.core.ResumeReporter
 
report(SRServices) - Method in interface org.specrunner.report.IReporter
Dump report information.
REPORTER - Static variable in class org.specrunner.core.pipes.PipeReporter
Source.
reporter - Variable in class org.specrunner.report.core.ReporterFactoryImpl
Reused reporter.
ReporterFactoryDefault - Class in org.specrunner.report.core
Default factory implementation.
ReporterFactoryDefault() - Constructor for class org.specrunner.report.core.ReporterFactoryDefault
Default constructor.
ReporterFactoryGroupImpl - Class in org.specrunner.report.core
Default reporter factory group implementation.
ReporterFactoryGroupImpl() - Constructor for class org.specrunner.report.core.ReporterFactoryGroupImpl
 
ReporterFactoryImpl - Class in org.specrunner.report.core
Default factory implementation.
ReporterFactoryImpl(IReporter) - Constructor for class org.specrunner.report.core.ReporterFactoryImpl
Creates a new reporter factory.
ReporterGroupImpl - Class in org.specrunner.report.core
Default reporter group implementation.
ReporterGroupImpl() - Constructor for class org.specrunner.report.core.ReporterGroupImpl
 
ReportPart - Class in org.specrunner.report.core
A generic part of a report created by AbstractReport.
ReportPart(String, Comparator<Resume>) - Constructor for class org.specrunner.report.core.ReportPart
Create a part.
reset() - Method in class org.specrunner.listeners.core.ContextListenerDestroyer
 
reset() - Method in class org.specrunner.listeners.core.ContextListenerPopulator
 
reset() - Method in class org.specrunner.listeners.core.IgnoreNodeListener
 
reset() - Method in class org.specrunner.listeners.core.ListenerManagerImpl
 
reset() - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
 
reset() - Method in class org.specrunner.listeners.core.ProfilerPluginListener
 
reset() - Method in class org.specrunner.listeners.core.ProfilerSourceListener
 
reset() - Method in class org.specrunner.listeners.core.ScenarioFrameListener
 
reset() - Method in class org.specrunner.listeners.core.TagPluginListener
 
reset() - Method in interface org.specrunner.listeners.IListenerManager
Reset all listeners.
reset() - Method in interface org.specrunner.listeners.ISpecRunnerListener
Reset listener state.
reset() - Method in interface org.specrunner.reuse.IReusable
Reset reusable resources.
resolve(URI, URI) - Method in interface org.specrunner.plugins.core.include.IResolver
Resolve relative URIs.
resolve(URI, URI) - Method in class org.specrunner.plugins.core.include.ResolverDefault
 
resolve(ISource) - Method in class org.specrunner.source.core.SourceImpl
 
resolve(ISource) - Method in interface org.specrunner.source.ISource
The relative source resolved.
resolver - Variable in class org.specrunner.plugins.core.include.PluginInclude
Relative URI resolver.
resolver - Variable in class org.specrunner.readers.core.ReaderFile
Relative URI resolver.
ResolverDefault - Class in org.specrunner.plugins.core.include
Basic resolver implementation.
ResolverDefault() - Constructor for class org.specrunner.plugins.core.include.ResolverDefault
 
ResourceException - Exception in org.specrunner.source.resource
 
ResourceException() - Constructor for exception org.specrunner.source.resource.ResourceException
 
ResourceException(String) - Constructor for exception org.specrunner.source.resource.ResourceException
 
ResourceException(Throwable) - Constructor for exception org.specrunner.source.resource.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception org.specrunner.source.resource.ResourceException
 
ResourceFinder - Class in org.specrunner.util.resources
Resources utilities.
ResourceFinder() - Constructor for class org.specrunner.util.resources.ResourceFinder
 
ResourceManagerFactoryImpl - Class in org.specrunner.source.resource.core
Default resource manager implementation.
ResourceManagerFactoryImpl() - Constructor for class org.specrunner.source.resource.core.ResourceManagerFactoryImpl
 
ResourceManagerImpl - Class in org.specrunner.source.resource.core
Default resource manager implementation.
ResourceManagerImpl(ISource) - Constructor for class org.specrunner.source.resource.core.ResourceManagerImpl
Creates a resource manager to a source.
RESULT - Static variable in class org.specrunner.core.pipes.PipeResult
Source.
ResultException - Exception in org.specrunner.result
 
ResultException() - Constructor for exception org.specrunner.result.ResultException
 
ResultException(String) - Constructor for exception org.specrunner.result.ResultException
 
ResultException(Throwable) - Constructor for exception org.specrunner.result.ResultException
 
ResultException(String, Throwable) - Constructor for exception org.specrunner.result.ResultException
 
ResultFactoryImpl - Class in org.specrunner.result.core
Default result factory implementation.
ResultFactoryImpl() - Constructor for class org.specrunner.result.core.ResultFactoryImpl
 
ResultImpl - Class in org.specrunner.result.core
Default result implementation.
ResultImpl(Status, IBlock, String, Throwable, IWritable) - Constructor for class org.specrunner.result.core.ResultImpl
The result instance creator.
ResultSetImpl - Class in org.specrunner.result.core
Default result set implementation.
ResultSetImpl() - Constructor for class org.specrunner.result.core.ResultSetImpl
 
resume(SRServices, ResumeReporter, boolean) - Method in interface org.specrunner.report.core.IResumeDumper
Partial resume.
Resume - Class in org.specrunner.report.core
Default resume of a result.
Resume() - Constructor for class org.specrunner.report.core.Resume
 
resume(SRServices, ResumeReporter, boolean) - Method in class org.specrunner.report.core.ResumeDumperHtml
 
resume(SRServices, ResumeReporter, boolean) - Method in class org.specrunner.report.core.ResumeDumperTxt
 
ResumeDumperHtml - Class in org.specrunner.report.core
Basic HTML dumper implementation.
ResumeDumperHtml() - Constructor for class org.specrunner.report.core.ResumeDumperHtml
 
ResumeDumperTxt - Class in org.specrunner.report.core
Basic TXT dumper implementation.
ResumeDumperTxt() - Constructor for class org.specrunner.report.core.ResumeDumperTxt
 
ResumeReporter - Class in org.specrunner.report.core
Reporter which accumulates resumes over execution.
ResumeReporter() - Constructor for class org.specrunner.report.core.ResumeReporter
 
ReusableManagerImpl - Class in org.specrunner.reuse.core
Default reusable manager implementation.
ReusableManagerImpl() - Constructor for class org.specrunner.reuse.core.ReusableManagerImpl
 
ReverseIterable<T> - Class in org.specrunner.util.collections
A reverse iterable over a list.
ReverseIterable(List<T>) - Constructor for class org.specrunner.util.collections.ReverseIterable
Default constructor.
revert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnumValue
 
revert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterEnumValueTemplate
 
revert(Object, Object[]) - Method in interface org.specrunner.converters.IConverterReverse
Revert a given object to another using some arguments as auxiliary.
RowAdapter - Class in org.specrunner.util.xom.node
A row abstraction.
RowAdapter(Element) - Constructor for class org.specrunner.util.xom.node.RowAdapter
The row element.
rows - Variable in class org.specrunner.util.xom.node.TableAdapter
The list of rows.
run(String) - Method in class org.specrunner.core.SpecRunnerPipeline
 
run(String, IConfiguration) - Method in class org.specrunner.core.SpecRunnerPipeline
 
run(String, String, IConfiguration) - Method in class org.specrunner.core.SpecRunnerPipeline
 
run(IPlugin) - Method in class org.specrunner.core.SpecRunnerPluginPipeline
 
run(IPlugin, IConfiguration) - Method in class org.specrunner.core.SpecRunnerPluginPipeline
 
run(String) - Method in interface org.specrunner.ISpecRunner
Runs a specification.
run(String, IConfiguration) - Method in interface org.specrunner.ISpecRunner
Runs a specification using a given configuration.
run(String, String, IConfiguration) - Method in interface org.specrunner.ISpecRunner
Runs a specification using a given configuration.
run(IPlugin) - Method in interface org.specrunner.ISpecRunnerPlugin
Runs a plugin.
run(IPlugin, IConfiguration) - Method in interface org.specrunner.ISpecRunnerPlugin
Runs a specification using a given configuration.
run(RunNotifier) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
run() - Method in class org.specrunner.junit.SpecRunnerParametrized
Runs a specification.
run(RunNotifier) - Method in class org.specrunner.junit.SRRunnerScenario
 
run - Variable in class org.specrunner.plugins.core.macro.PluginMacro
Set if the macro should be called on creation time also.
run(ISource, IContext, IResultSet) - Method in class org.specrunner.runner.core.RunnerImpl
 
run(Node, IContext, IResultSet) - Method in class org.specrunner.runner.core.RunnerImpl
 
run(IPlugin, IContext, IResultSet) - Method in class org.specrunner.runner.core.RunnerImpl
 
run(ISource, IContext, IResultSet) - Method in interface org.specrunner.runner.IRunner
Performs the specification in source.
run(Node, IContext, IResultSet) - Method in interface org.specrunner.runner.IRunner
Performs the specification node.
run(IPlugin, IContext, IResultSet) - Method in interface org.specrunner.runner.IRunner
Performs a plugin without a node specification.
run() - Method in class org.specrunner.SRServices.ShutDown
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.specrunner.junit.SRRunnerScenario
 
runner - Variable in class org.specrunner.context.core.ContextImpl
The runner.
RUNNER - Static variable in class org.specrunner.core.pipes.PipeRunner
Source.
runner - Variable in class org.specrunner.core.SpecRunnerFactoryImpl
The reusable runner.
runner - Variable in class org.specrunner.core.SpecRunnerFactoryPluginImpl
The reusable runner.
runner - Variable in class org.specrunner.runner.core.RunnerFactoryImpl
A reusable runner.
RunnerException - Exception in org.specrunner.runner
 
RunnerException() - Constructor for exception org.specrunner.runner.RunnerException
 
RunnerException(String) - Constructor for exception org.specrunner.runner.RunnerException
 
RunnerException(Throwable) - Constructor for exception org.specrunner.runner.RunnerException
 
RunnerException(String, Throwable) - Constructor for exception org.specrunner.runner.RunnerException
 
RunnerFactoryDefault - Class in org.specrunner.runner.core
Default factory implementation.
RunnerFactoryDefault() - Constructor for class org.specrunner.runner.core.RunnerFactoryDefault
Default constructor.
RunnerFactoryImpl - Class in org.specrunner.runner.core
Default factory implementation.
RunnerFactoryImpl(IRunner) - Constructor for class org.specrunner.runner.core.RunnerFactoryImpl
Creates a factory with reusable runner.
RunnerImpl - Class in org.specrunner.runner.core
Default runner implementation.
RunnerImpl() - Constructor for class org.specrunner.runner.core.RunnerImpl
 

S

save - Variable in class org.specrunner.plugins.core.elements.AbstractPluginResource
Set the save status.
saveGlobal(String, Object) - Method in class org.specrunner.context.core.ContextImpl
 
saveGlobal(String, Object) - Method in interface org.specrunner.context.IContext
Saves a variable with the given name to the global context (outermost block).
saveGlobal(IContext, String, Object) - Method in class org.specrunner.plugins.core.AbstractPluginScoped
Save the value to the context, using the given scope, if specified, otherwise to the global scope.
saveLocal(String, Object) - Method in class org.specrunner.context.core.ContextImpl
 
saveLocal(String, Object) - Method in interface org.specrunner.context.IContext
Saves a variable with the given name to the local context.
saveLocal(IContext, String, Object) - Method in class org.specrunner.plugins.core.AbstractPluginScoped
Save the value to the context, using the given scope, if specified, otherwise to the local scope.
saveScoped(String, String, Object) - Method in class org.specrunner.context.core.ContextImpl
 
saveScoped(String, String, Object) - Method in interface org.specrunner.context.IContext
Saves a variable to the given scope.
saveStrict(String, Object) - Method in class org.specrunner.context.core.ContextImpl
 
saveStrict(String, Object) - Method in interface org.specrunner.context.IContext
Save the value to the current context peek, no matter what type of node it is.
saveStrict(IContext, String, Object) - Method in class org.specrunner.plugins.core.AbstractPluginScoped
Save the value to the context, using the given scope, if specified, otherwise to the strict scope.
saveTo(Document, File) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Save a document to a output file.
scanAnnotation(Class<?>) - Static method in class org.specrunner.junit.JUnitUtils
Get full list of scenario listeners in annotations.
scenario - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
The node which holds the scenario.
ScenarioCleanerListener - Class in org.specrunner.listeners.core
Cleaner for scenarios considering @BeforeScenario and @AfterScenario as references.
ScenarioCleanerListener() - Constructor for class org.specrunner.listeners.core.ScenarioCleanerListener
 
ScenarioFrameListener - Class in org.specrunner.listeners.core
Monitor for scenarios frames.
ScenarioFrameListener(String, Boolean, IScenarioListener...) - Constructor for class org.specrunner.listeners.core.ScenarioFrameListener
Creates a names scenario listener.
ScenarioFrameworkMethod - Class in org.specrunner.junit
Extension to hold scenario names.
ScenarioFrameworkMethod(Method, String) - Constructor for class org.specrunner.junit.ScenarioFrameworkMethod
A scenario name.
schedule(Runnable) - Method in class org.specrunner.junit.concurrent.ConcurrentRunnerScheduler
 
scope - Variable in class org.specrunner.plugins.core.AbstractPluginScoped
The plugin scope.
scoring(int) - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
The scoring matrix.
sdf - Variable in class org.specrunner.core.pipes.PipeTimestamp
Report date format.
select(Class<T>, IPredicate<T>) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
select(AbstractPluginObject, IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.core.ObjectSelector
 
select(Class<T>, IPredicate<T>) - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Lookup for a object of a given type, filtered by a predicate.
select(AbstractPluginObject, IContext, Object, RowAdapter, IResultSet) - Method in interface org.specrunner.plugins.core.objects.IObjectSelector
Performs a select on object repository to compare with the reference.
select(int, int, int, int) - Method in class org.specrunner.util.xom.node.TableAdapter
Filter a table in range of columns.
selector - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelect
The default object selector.
Sentence - Annotation Type in org.specrunner.plugins.core.language
Expected message on test execution.
SEPARATOR - Static variable in class org.specrunner.plugins.core.factories.PluginFactoryCSS
Separator of name field.
SEPARATOR - Static variable in class org.specrunner.plugins.core.factories.PluginFactoryElement
Separator of name field.
separator - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Separator of identification attributes.
serial - Static variable in class org.specrunner.plugins.core.objects.core.PluginCollection
 
serialNumber - Static variable in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
Static sequential number.
set(ISource, IResultSet) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Set source and result objects.
set(String, Object) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
set(String, Object) - Method in interface org.specrunner.features.IFeatureManager
Sets a feature to an object if the feature exists and the type is compatible.
set(Object, String, Object...) - Method in class org.specrunner.parameters.core.AccessImpl
 
set(Object, String, Object...) - Method in interface org.specrunner.parameters.IAccess
Set the value to a given feature.
setAfter(Boolean) - Method in class org.specrunner.plugins.core.data.PluginMap
Change perform order.
setAfter(Boolean) - Method in class org.specrunner.plugins.core.language.PluginSentence
The flag to perform method lookup after arguments conversion.
setAllParameters(Map<String, Object>) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
setAllParameters(Map<String, Object>) - Method in interface org.specrunner.parameters.IParameterDecorator
Set of all parameters map.
setAnnotator(IAnnotator) - Method in class org.specrunner.annotator.core.AnnotatorFactoryImpl
Set the annotator.
setArgs(String[]) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set converter arguments.
setAssertionCounter(int) - Method in class org.specrunner.report.core.Resume
Sets the assertions counter.
setAssertionTotal(int) - Method in class org.specrunner.report.core.Resume
Sets the assertions total.
setAttribute(String, String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
setAttribute(String, String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Set attribute value.
setAttributeValue(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
setAttributeValue(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Set value attribute holder.
setBean(Object) - Method in class org.specrunner.plugins.core.var.PluginBean
Set the bean object.
setBoolean(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets a boolean to a field.
setChanged(boolean) - Method in class org.specrunner.context.core.BlockImpl
 
setChanged(boolean) - Method in class org.specrunner.context.core.ContextImpl
 
setChanged(boolean) - Method in interface org.specrunner.context.IBlock
Sets the changed status.
setChar(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets a char to a field.
setClasses(Map<String, Class<?>>) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
setClasses(Map<String, Class<?>>) - Method in interface org.specrunner.expressions.IExpressionFactory
Set predefined classes in block.
setClasspath(boolean) - Method in class org.specrunner.source.resource.core.AbstractResource
 
setClasspath(boolean) - Method in interface org.specrunner.source.resource.IResource
Set the classpath context.
setClean(Boolean) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
 
setClean(Boolean) - Method in class org.specrunner.dumper.core.SourceDumperGroupImpl
 
setClean(Boolean) - Method in interface org.specrunner.dumper.ISourceDumper
Set clean information.
setClean(long) - Method in class org.specrunner.util.cache.core.CacheLRU
 
setClean(long) - Method in interface org.specrunner.util.cache.ICache
Set cache number of removed elements on cache overload.
setCleaner(ICacheCleaner<T>) - Method in class org.specrunner.util.cache.core.CacheLRU
 
setCleaner(ICacheCleaner<T>) - Method in interface org.specrunner.util.cache.ICache
Set the cleaner.
setComparator(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Sets the comparator.
setComparator(Comparator<Resume>) - Method in class org.specrunner.report.core.ReportPart
Sets the header.
setComparator(Comparator<URL>) - Method in class org.specrunner.util.resources.ResourceFinder
Set the comparator.
setCondition(Boolean) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Set pause condition.
setCondition(Boolean) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setCondition(Boolean) - Method in interface org.specrunner.plugins.ITestPlugin
Set plugin condition.
setConditionModel(IModel<Boolean>) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setConditionModel(IModel<Boolean>) - Method in interface org.specrunner.plugins.ITestPlugin
Set plugin condition model.
setConfiguration(IConfiguration) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
setConfiguration(IConfiguration) - Method in interface org.specrunner.features.IFeatureManager
Set a set of local configuration as complementary information to feature settings.
setContext(XPathContext) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Set the context.
setConverter(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set converter.
setCreator(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets the creator class.
setCreatorInstance(IObjectCreator) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets the creator.
setCriteria(IStringTest) - Method in class org.specrunner.result.core.ResultSetImpl
 
setCriteria(IStringTest) - Method in interface org.specrunner.result.IResultSet
Set a string comparison criteria for messages.
setDecorated(Object) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
setDecorated(Object) - Method in interface org.specrunner.parameters.IParameterDecorator
Sets the decorated object.
setDef(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Sets the default.
setDefault(T) - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
 
setDefault(T) - Method in interface org.specrunner.util.mapping.IMappingManager
Set default object.
setDepth(Integer) - Method in class org.specrunner.plugins.core.include.PluginInclude
Set max depth.
setDir(String) - Method in class org.specrunner.plugins.core.include.PluginInclude
Output directory file.
setDisabledAliases(List<String>) - Method in class org.specrunner.runner.core.BlockFilterDefault
List of alias that should be ignored by runner.
setDisabledTypes(List<? extends ActionType>) - Method in class org.specrunner.runner.core.BlockFilterDefault
List of action types that should be ignored by runner.
setDouble(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets a double to a field.
setDumper(ISourceDumper) - Method in class org.specrunner.dumper.core.SourceDumperFactoryImpl
Sets the runner.
setElement(Element) - Method in class org.specrunner.source.resource.element.core.AbstractResourceElement
 
setElement(Element) - Method in interface org.specrunner.source.resource.element.IResourceElement
Set the resource element.
setEmptyVal(String) - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Set empty mark.
setEnabledAliases(List<String>) - Method in class org.specrunner.runner.core.BlockFilterDefault
List of alias that should be enabled by runner.
setEnabledTypes(List<? extends ActionType>) - Method in class org.specrunner.runner.core.BlockFilterDefault
List of action types that should be enabled by runner.
setEnter(Boolean) - Method in class org.specrunner.plugins.core.flow.PluginPause
Set enter flag.
setEntity(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
If there is some plugin of the object type specified in field, use the plugin object version.
setError(boolean) - Method in class org.specrunner.result.Status
Set error status.
setErrorMaxSize(Integer) - Method in class org.specrunner.result.core.ResultSetImpl
 
setErrorMaxSize(Integer) - Method in interface org.specrunner.result.IResultSet
Set max quantity of erros in toString().
setEval(boolean) - Method in class org.specrunner.plugins.core.AbstractPluginValue
Sets evaluation.
setEval(boolean) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set eval status.
setExpanded(Boolean) - Method in class org.specrunner.plugins.core.include.PluginInclude
Set expanded mode.
setFakeMethod(FrameworkMethod) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
setFakeMethod(FrameworkMethod) - Method in interface org.specrunner.junit.IRunnerScenario
Set fake method.
setFakeMethod(FrameworkMethod) - Method in class org.specrunner.junit.SRRunnerScenario
 
setFeatures(ISource) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Set features.
setFeatures(SRServices) - Method in class org.specrunner.report.core.ResumeReporter
Prepare feature settings.
setFieldName(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
The column name.
setFilter(IBlockFilter) - Method in class org.specrunner.runner.core.RunnerImpl
 
setFilter(IBlockFilter) - Method in interface org.specrunner.runner.IRunner
Set a filter.
setFloat(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets a float to a field.
setFormatter(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set formatter.
setFormattersArgs(String[]) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set formatter arguments.
setFullTrace(Boolean) - Method in class org.specrunner.result.core.ResultImpl
 
setFullTrace(Boolean) - Method in class org.specrunner.result.core.ResultSetImpl
 
setFullTrace(Boolean) - Method in interface org.specrunner.result.IResult
Set full trace on results dump.
setFullTrace(Boolean) - Method in interface org.specrunner.result.IResultSet
Set full trace on results dump.
setGlobal(boolean) - Method in class org.specrunner.plugins.core.macro.PluginMacro
Sets global flag.
setHeader(String) - Method in class org.specrunner.report.core.ReportPart
Sets the header.
setHide(Boolean) - Method in class org.specrunner.plugins.core.flow.PluginIfBranch
Sets the hide status of unselected branches.
setHref(String) - Method in class org.specrunner.plugins.core.elements.PluginLink
Set location.
setHref(String) - Method in class org.specrunner.plugins.core.include.PluginInclude
Set link reference.
setIgnore(boolean) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Sets to ignore a column.
setIgnore(Node) - Static method in class org.specrunner.util.xom.UtilNode
Adds the information that a given node might be ignored by runners.
setImports(String) - Method in class org.specrunner.plugins.core.include.PluginImport
Set the list of imports.
setIndex(int) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Sets the index.
setIndex(int) - Method in class org.specrunner.report.core.Resume
Set the index.
setInjected(Boolean) - Method in class org.specrunner.plugins.core.include.PluginInclude
Set injected state.
setInput(Object) - Method in class org.specrunner.report.core.Resume
Set the input.
setInteger(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets an integer to a field.
setListeners(List<INodeListener>) - Method in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
 
setListeners(List<INodeListener>) - Method in interface org.specrunner.junit.IRunnerScenario
Get listeners.
setListeners(List<INodeListener>) - Method in class org.specrunner.junit.SRRunnerScenario
 
setLong(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets a long to a field.
setMap(Map<String, Object>) - Method in class org.specrunner.context.core.BlockImpl
 
setMap(Map<String, Object>) - Method in class org.specrunner.context.core.ContextImpl
 
setMap(Map<String, Object>) - Method in interface org.specrunner.context.IBlock
Sets the block mapping of object.
setMapped(boolean) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Flag is an object is mapped or not.
setMapping(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets the object mapping.
setMax(Integer) - Method in class org.specrunner.plugins.core.flow.PluginFor
Set the last valid index.
setMessages(String[]) - Method in class org.specrunner.result.core.ResultSetImpl
 
setMessages(String[]) - Method in interface org.specrunner.result.IResultSet
Set expected messages.
setMethod(String) - Method in class org.specrunner.plugins.core.language.PluginSentence
The method to call to this sentence.
setMin(int) - Method in class org.specrunner.plugins.core.flow.PluginFor
Set the starting index.
setModal(Boolean) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Set modal flag.
setModal(Boolean) - Method in class org.specrunner.plugins.core.flow.PluginPause
Set modal flag.
setModels(Map<String, IModel<?>>) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
setModels(Map<String, IModel<?>>) - Method in interface org.specrunner.expressions.IExpressionFactory
Set predefined model in block.
setMsg(String) - Method in class org.specrunner.plugins.core.flow.PluginPause
Set pause message.
setName(String) - Method in class org.specrunner.expressions.core.ExpressionVariable
Sets the variable name.
setName(String) - Method in class org.specrunner.junit.ScenarioFrameworkMethod
Set the scenario name.
setName(String) - Method in class org.specrunner.plugins.core.AbstractPluginNamed
Sets a name.
setName(String) - Method in class org.specrunner.reuse.core.AbstractReusable
Sets the reusable object name.
setName(String) - Method in class org.specrunner.util.cache.core.CacheLRU
 
setName(String) - Method in interface org.specrunner.util.cache.ICache
Set a cache name.
setName(String) - Method in class org.specrunner.util.xom.AbstractType
Set the name.
setNames(String[]) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Sets the name.
setNode(Node) - Method in class org.specrunner.context.core.BlockImpl
 
setNode(Node) - Method in class org.specrunner.context.core.ContextImpl
 
setNode(Node) - Method in interface org.specrunner.context.IBlock
Change block node.
setNode(Node) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
setNode(Node) - Method in interface org.specrunner.util.xom.node.INodeHolder
Set the hold node.
setNormalized(Boolean) - Method in class org.specrunner.plugins.core.AbstractPlugin
Set the normalized state.
setNormalizer(IStringNormalizer) - Method in class org.specrunner.plugins.core.AbstractPlugin
Set normalizer.
setNullEmptyHandler(INullEmptyHandler) - Method in interface org.specrunner.expressions.INullEmptyFeature
Set the null/empty handler implementation.
setNullVal(String) - Method in class org.specrunner.expressions.core.NullEmptyHandlerDefault
Set null explicit representation.
setObject(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets an object to a field.
setObject(T) - Method in class org.specrunner.reuse.core.AbstractReusable
Sets the reusable object.
setObjectInformation() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Set object and/or creator information.
setOnstart(Boolean) - Method in class org.specrunner.plugins.core.AbstractPluginDual
Set on start flag.
setOutput(Object) - Method in class org.specrunner.report.core.Resume
Set the output.
setOutputDirectory(File) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Set the output directory.
setOutputFile(File) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Set the output file.
setOutputName(String) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Set the output file name.
setParameter(String, Object, IContext) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
setParameter(String, Object, IContext) - Method in interface org.specrunner.parameters.IParameterDecorator
Set a parameter.
setParameters(Map<String, Object>) - Method in class org.specrunner.parameters.core.ParameterDecoratorImpl
 
setParameters(IParameterDecorator) - Method in class org.specrunner.parameters.core.ParameterHolder
 
setParameters(Map<String, Object>) - Method in interface org.specrunner.parameters.IParameterDecorator
Set parameters map.
setParameters(IParameterDecorator) - Method in interface org.specrunner.parameters.IParameterHolder
Set the parameters.
setParameters(IParameterDecorator) - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
setParent(IPluginFactory) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setParent(IPluginFactory) - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
setParent(IPluginFactory) - Method in interface org.specrunner.plugins.IPlugin
Set the plugin factory (where it came from).
setParent(ISource) - Method in class org.specrunner.source.resource.core.AbstractResource
 
setParent(ISource) - Method in class org.specrunner.source.resource.core.ResourceManagerImpl
Set resource manager parent.
setParent(ISource) - Method in interface org.specrunner.source.resource.IResource
Change the resource parent.
setPause(String) - Method in class org.specrunner.plugins.core.flow.PluginPause
Set pause message.
setPauseOnFailure(Boolean) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Set pause on errors.
setPlugin(IPlugin) - Method in class org.specrunner.context.core.BlockImpl
 
setPlugin(IPlugin) - Method in class org.specrunner.context.core.ContextImpl
 
setPlugin(IPlugin) - Method in interface org.specrunner.context.IBlock
Sets the block plugin.
setPosition(Position) - Method in class org.specrunner.source.resource.positional.core.AbstractResourcePositional
 
setPosition(Position) - Method in interface org.specrunner.source.resource.positional.IResourcePositional
Set the position.
setPrecedence(IExpressionItem[]) - Method in class org.specrunner.expressions.core.AbstractExpression
 
setPrecedence(IExpressionItem[]) - Method in interface org.specrunner.expressions.IExpression
Set evaluation precedence order.
setPrefix(String) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Set prefix.
setProperties(IContext, IParameterHolder, Element) - Static method in class org.specrunner.parameters.core.UtilParametrized
Sets the properties of a given object based on attributes of a element.
setProperties(IContext, IParameterHolder, Element, boolean) - Static method in class org.specrunner.parameters.core.UtilParametrized
Sets the properties of a given object based on attributes of a element.
setProperties(IContext, IParameterHolder, Map<String, Object>) - Static method in class org.specrunner.parameters.core.UtilParametrized
Sets the properties of a given object based on attributes of a element.
setRecordSuccess(Boolean) - Method in class org.specrunner.result.core.ResultSetImpl
 
setRecordSuccess(Boolean) - Method in interface org.specrunner.result.IResultSet
Setting to record success action in result set.
setReference(boolean) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set if the field is a key part.
setReference(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets the references.
setReporter(IReporter) - Method in class org.specrunner.report.core.ReporterFactoryImpl
Set the reporter.
setResolver(IResolver) - Method in class org.specrunner.plugins.core.include.PluginInclude
Change the resolver.
setResolver(IResolver) - Method in class org.specrunner.readers.core.ReaderFile
Change the resolver.
setResourcePath(String) - Method in class org.specrunner.source.resource.core.AbstractResource
 
setResourcePath(String) - Method in interface org.specrunner.source.resource.IResource
Set the resource path.
setResultFilter(IResultFilter) - Method in class org.specrunner.result.core.ResultSetImpl
 
setResultFilter(IResultFilter) - Method in interface org.specrunner.result.IResultSet
Set result filter.
setRun(boolean) - Method in class org.specrunner.plugins.core.macro.PluginMacro
Set run behavior.
setRunner(IRunner) - Method in class org.specrunner.context.core.ContextImpl
Sets the runner.
setRunner(ISpecRunner) - Method in class org.specrunner.core.SpecRunnerFactoryImpl
Sets the runner.
setRunner(ISpecRunnerPlugin) - Method in class org.specrunner.core.SpecRunnerFactoryPluginImpl
Sets the runner.
setRunner(IRunner) - Method in class org.specrunner.runner.core.RunnerFactoryImpl
Sets the runner.
setSave(Boolean) - Method in class org.specrunner.plugins.core.elements.AbstractPluginResource
Set save state.
setScope(String) - Method in class org.specrunner.plugins.core.AbstractPluginScoped
Sets scope.
setSeparator(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets identifier separator.
setShort(Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets a short to a field.
setShowDialog(Boolean) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Set the dialog status.
setShowMessage(boolean) - Method in class org.specrunner.runner.core.BlockFilterDefault
Set the message status.
setSize(long) - Method in class org.specrunner.util.cache.core.CacheLRU
 
setSize(long) - Method in interface org.specrunner.util.cache.ICache
Set cache max size.
setSleep(Long) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setSleep(Long) - Method in interface org.specrunner.plugins.ISleepPlugin
Gets time to sleep in milliseconds after test action.
setSleepModel(IModel<Long>) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setSleepModel(IModel<Long>) - Method in interface org.specrunner.plugins.ISleepPlugin
Set sleep model object.
setSorted(Boolean) - Method in class org.specrunner.result.core.ResultSetImpl
 
setSorted(Boolean) - Method in interface org.specrunner.result.IResultSet
Set expected order of messages.
setSource(Object) - Method in class org.specrunner.context.core.LazyExpressionModel
Sets the source.
setSources(Deque<ISource>) - Method in class org.specrunner.context.core.ContextImpl
Sets the sources.
setSrc(String) - Method in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceableSrc
Set source object.
setStatus(Status) - Method in class org.specrunner.report.core.Resume
Sets the status.
setStatus(Status) - Method in class org.specrunner.result.core.ResultImpl
 
setStatus(Status) - Method in interface org.specrunner.result.IStatusVariable
Set status.
setStatusCounter(int) - Method in class org.specrunner.report.core.Resume
Set the status counter.
setStatusTotal(int) - Method in class org.specrunner.report.core.Resume
Sets the status total.
setStep(int) - Method in class org.specrunner.plugins.core.flow.PluginFor
Change index jumping step.
setStrict(String, Object) - Method in class org.specrunner.features.core.FeatureManagerImpl
 
setStrict(String, Object) - Method in interface org.specrunner.features.IFeatureManager
Sets a feature to an object if the feature exists and the type is compatible.
setSupermapping(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Set mapping for superclass object.
setTag(String) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Set tag.
setThreadsafe(Boolean) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setThreadsafe(Boolean) - Method in interface org.specrunner.plugins.IParalelPlugin
Set the thread safe status.
setThreadSafe(boolean) - Static method in class org.specrunner.SRServices
 
setTime(Long) - Method in class org.specrunner.plugins.core.flow.PluginPause
Sets the wait time.
setTime(long) - Method in class org.specrunner.report.core.Resume
Set time.
setTimeout(Long) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setTimeout(Long) - Method in interface org.specrunner.plugins.ITimedPlugin
Set the plugin timeout.
setTimeout(long) - Method in class org.specrunner.util.cache.core.CacheLRU
 
setTimeout(long) - Method in interface org.specrunner.util.cache.ICache
Set cache elements timeout.
setTimeoutModel(IModel<Long>) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setTimeoutModel(IModel<Long>) - Method in interface org.specrunner.plugins.ITimedPlugin
Set the model.
setTimestamp(Object) - Method in class org.specrunner.report.core.Resume
Set the timestamp.
setTimezone(String) - Method in class org.specrunner.converters.core.AbstractConverterTimezone
Set current timezone.
setTolerance(Long) - Method in class org.specrunner.comparators.core.AbstractComparatorTime
Set time tolerance.
setTransformer(String) - Method in class org.specrunner.plugins.core.include.PluginInclude
Set the transformer.
setType(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Set the type.
setType(EType) - Method in class org.specrunner.source.resource.core.AbstractResource
 
setType(EType) - Method in interface org.specrunner.source.resource.IResource
Resource type.
setTypeInstance(Class<?>) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Sets the instance type.
setTypes(Class<?>[]) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set types.
setUri(String) - Method in class org.specrunner.source.namespace.core.AbstractNamespaceProcessor
Set URI.
setValue(String, Object, Object, String, IAccess) - Method in class org.specrunner.features.core.FeatureManagerImpl
Set the value.
setValue(Object) - Method in class org.specrunner.plugins.core.AbstractPluginValue
Sets the value.
setValue(Object) - Method in class org.specrunner.plugins.core.logical.PluginEquals
 
setValue(IContext, TableAdapter, RowAdapter, Object, AbstractPluginObject.Field, Object) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Set the field with the given value.
setValue(Object) - Method in class org.specrunner.plugins.core.var.AbstractPluginDefine
 
setValue(Object) - Method in class org.specrunner.plugins.core.var.PluginExecute
 
setValue(Object) - Method in class org.specrunner.plugins.core.var.PluginExecuteLatter
 
setValue(Object) - Method in class org.specrunner.plugins.core.var.PluginSet
 
setValue(String) - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
setValue(String) - Method in interface org.specrunner.util.xom.node.INodeHolder
Set text to a node removing all children elements.
setValues(Map<String, Object>) - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
setValues(Map<String, Object>) - Method in interface org.specrunner.expressions.IExpressionFactory
Set predefined values in block.
setVar(String) - Method in class org.specrunner.plugins.core.flow.PluginFor
Change the variable name.
setVar(String) - Method in class org.specrunner.plugins.core.flow.PluginIterable
Set the variable name.
setVisible(Object, Boolean) - Method in class org.specrunner.listeners.core.ErrorFrame
Make the information appear.
setWait(Long) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setWait(Long) - Method in interface org.specrunner.plugins.IWaitPlugin
Gets time to sleep in milliseconds before test action.
setWaitModel(IModel<Long>) - Method in class org.specrunner.plugins.core.AbstractPlugin
 
setWaitModel(IModel<Long>) - Method in interface org.specrunner.plugins.IWaitPlugin
Set wait model object.
showDialog - Variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Set true, to show a dialog.
showDialog(StringBuilder) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Show message dialog.
showMessage(String) - Method in class org.specrunner.plugins.core.flow.PluginPause
Show a message on a dialog.
showMessage - Variable in class org.specrunner.runner.core.BlockFilterDefault
Show message on error.
showMessage(IBlock) - Method in class org.specrunner.runner.core.BlockFilterDefault
 
showMessage(IBlock) - Method in interface org.specrunner.runner.IBlockFilter
Indicates to show message if not accepted.
SHUTDOWN - Static variable in class org.specrunner.SRServices.ShutDown
Name of service in shutdown channel.
SILENT_FLAG - Static variable in interface org.specrunner.parameters.IParameterDecorator
Invert evaluation 'silence'.
skip(Class<?>, File, File) - Method in class org.specrunner.annotations.core.SkipFalse
 
skip(Class<?>, File, File) - Method in class org.specrunner.annotations.core.SkipTrue
 
skip(Class<?>, File, File) - Method in interface org.specrunner.annotations.IRunnerCondition
Perform a test condition verification, return true to skip test, false, otherwise.
skip(Class<?>) - Static method in class org.specrunner.junit.JUnitUtils
Check if a test class has to be skipped.
skip(Class<?>, File) - Static method in class org.specrunner.junit.JUnitUtils
Check if a test class has to be skipped.
skip() - Method in class org.specrunner.junit.SRBlockJUnit4ClassRunner
Check if method has to be skipped.
SkipFalse - Class in org.specrunner.annotations.core
 
SkipFalse() - Constructor for class org.specrunner.annotations.core.SkipFalse
 
SkipTrue - Class in org.specrunner.annotations.core
 
SkipTrue() - Constructor for class org.specrunner.annotations.core.SkipTrue
 
sort(List<Properties>) - Method in class org.specrunner.properties.core.PropertyLoaderImpl
Sort property files using attribute index to order.
sort(List<URL>) - Method in class org.specrunner.util.resources.ResourceFinder
Sort the resources using reverse order.
source - Variable in class org.specrunner.context.core.LazyExpressionModel
The source of expression.
SOURCE - Static variable in class org.specrunner.core.pipes.PipeSource
Source.
source - Variable in class org.specrunner.expressions.core.ExpressionJanino
The expression source.
source - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObjectSelect
The source.
source - Variable in class org.specrunner.result.core.ResultImpl
The source block.
SourceDumperCenter - Class in org.specrunner.dumper.core
Dump the central part of the result report (the 'center' element of the framed version).
SourceDumperCenter() - Constructor for class org.specrunner.dumper.core.SourceDumperCenter
 
SourceDumperDetails - Class in org.specrunner.dumper.core
Dumps the report details in a separate file.
SourceDumperDetails() - Constructor for class org.specrunner.dumper.core.SourceDumperDetails
 
SourceDumperException - Exception in org.specrunner.dumper
 
SourceDumperException() - Constructor for exception org.specrunner.dumper.SourceDumperException
 
SourceDumperException(String) - Constructor for exception org.specrunner.dumper.SourceDumperException
 
SourceDumperException(Throwable) - Constructor for exception org.specrunner.dumper.SourceDumperException
 
SourceDumperException(String, Throwable) - Constructor for exception org.specrunner.dumper.SourceDumperException
 
SourceDumperFactoryDefault - Class in org.specrunner.dumper.core
Default dumper implementation.
SourceDumperFactoryDefault() - Constructor for class org.specrunner.dumper.core.SourceDumperFactoryDefault
Default constructor.
SourceDumperFactoryImpl - Class in org.specrunner.dumper.core
Default dumper implementation.
SourceDumperFactoryImpl(ISourceDumper) - Constructor for class org.specrunner.dumper.core.SourceDumperFactoryImpl
Creates a factory of reusable dumpers.
SourceDumperGroupImpl - Class in org.specrunner.dumper.core
Default implementation of a source dumper group.
SourceDumperGroupImpl() - Constructor for class org.specrunner.dumper.core.SourceDumperGroupImpl
 
SourceDumperResources - Class in org.specrunner.dumper.core
Dumps resources related to the source.
SourceDumperResources() - Constructor for class org.specrunner.dumper.core.SourceDumperResources
 
SourceDumperWritables - Class in org.specrunner.dumper.core
Dumps the writables associated to the result set.
SourceDumperWritables() - Constructor for class org.specrunner.dumper.core.SourceDumperWritables
 
SourceException - Exception in org.specrunner.source
 
SourceException() - Constructor for exception org.specrunner.source.SourceException
 
SourceException(String) - Constructor for exception org.specrunner.source.SourceException
 
SourceException(Throwable) - Constructor for exception org.specrunner.source.SourceException
 
SourceException(String, Throwable) - Constructor for exception org.specrunner.source.SourceException
 
SourceFactoryHtml - Class in org.specrunner.source.core
The default implementation.
SourceFactoryHtml() - Constructor for class org.specrunner.source.core.SourceFactoryHtml
 
SourceFactoryManagerImpl - Class in org.specrunner.source.core
Default implementation for a source manager.
SourceFactoryManagerImpl() - Constructor for class org.specrunner.source.core.SourceFactoryManagerImpl
Default constructor.
SourceImpl - Class in org.specrunner.source.core
The default implementation.
SourceImpl(String, String, ISourceFactory, IDocumentLoader, INamespaceLoader) - Constructor for class org.specrunner.source.core.SourceImpl
Creates a source instance.
sources - Variable in class org.specrunner.context.core.ContextImpl
Queue of sources.
SpecRunnerException - Exception in org.specrunner
 
SpecRunnerException() - Constructor for exception org.specrunner.SpecRunnerException
 
SpecRunnerException(String) - Constructor for exception org.specrunner.SpecRunnerException
 
SpecRunnerException(Throwable) - Constructor for exception org.specrunner.SpecRunnerException
 
SpecRunnerException(String, Throwable) - Constructor for exception org.specrunner.SpecRunnerException
 
SpecRunnerFactoryDefault - Class in org.specrunner.core
Default factory implementation.
SpecRunnerFactoryDefault() - Constructor for class org.specrunner.core.SpecRunnerFactoryDefault
Default constructor.
SpecRunnerFactoryImpl - Class in org.specrunner.core
Default factory implementation.
SpecRunnerFactoryImpl(ISpecRunner) - Constructor for class org.specrunner.core.SpecRunnerFactoryImpl
Creates a factory with a reusable runner.
SpecRunnerFactoryPluginDefault - Class in org.specrunner.core
Default factory implementation.
SpecRunnerFactoryPluginDefault() - Constructor for class org.specrunner.core.SpecRunnerFactoryPluginDefault
Default constructor.
SpecRunnerFactoryPluginImpl - Class in org.specrunner.core
Default factory implementation.
SpecRunnerFactoryPluginImpl(ISpecRunnerPlugin) - Constructor for class org.specrunner.core.SpecRunnerFactoryPluginImpl
Creates a factory with a reusable runner.
SpecRunnerJUnit - Class in org.specrunner.junit
JUnit use simplifier.
SpecRunnerJUnitPlugin - Class in org.specrunner.junit
JUnit use simplifier.
SpecRunnerParametrized - Class in org.specrunner.junit
JUnit parametrized test helper.
SpecRunnerParametrized(SpecRunnerParametrized.Entry) - Constructor for class org.specrunner.junit.SpecRunnerParametrized
Creates a instance by entry.
SpecRunnerParametrized.Entry - Class in org.specrunner.junit
A execution mapping.
SpecRunnerParametrized.Entry(Object, Object, IConfiguration) - Constructor for class org.specrunner.junit.SpecRunnerParametrized.Entry
Creates an entry.
SpecRunnerPipeline - Class in org.specrunner.core
Default implementation.
SpecRunnerPipeline() - Constructor for class org.specrunner.core.SpecRunnerPipeline
 
SpecRunnerPipelineUtils - Class in org.specrunner.core
Abstract default implementation.
SpecRunnerPluginPipeline - Class in org.specrunner.core
Default implementation.
SpecRunnerPluginPipeline() - Constructor for class org.specrunner.core.SpecRunnerPluginPipeline
 
SpecRunnerStatement - Class in org.specrunner.junit
Generic statement for SpecRunner Junit extensions.
SpecRunnerStatement(TestClass, Object, List<INodeListener>) - Constructor for class org.specrunner.junit.SpecRunnerStatement
The testing object.
SR_MAPPING - Static variable in class org.specrunner.SRServices
Constant of property which which sets the default implementation for services lookup.
SR_THREAD_SAFE - Static variable in class org.specrunner.SRServices
Constant of property which enables multiple SRServices (one per thread).
SRBlockJUnit4ClassRunner - Class in org.specrunner.junit
SpecRunner executor.
SRBlockJUnit4ClassRunner(Class<?>) - Constructor for class org.specrunner.junit.SRBlockJUnit4ClassRunner
Basic constructor.
src - Variable in class org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceableSrc
The source.
SRMappingDefault - Class in org.specrunner.core
The Spring mapping.
SRMappingDefault() - Constructor for class org.specrunner.core.SRMappingDefault
Create a group of services provided by SpecRunner.
SRRunner - Class in org.specrunner.junit
SpecRunner executor.
SRRunner(Class<?>) - Constructor for class org.specrunner.junit.SRRunner
Basic constructor.
SRRunnerConcurrent - Class in org.specrunner.junit.concurrent
SpecRunner concurrent executor.
SRRunnerConcurrent(Class<?>) - Constructor for class org.specrunner.junit.concurrent.SRRunnerConcurrent
Basic constructor.
SRRunnerConcurrentScenario - Class in org.specrunner.junit.concurrent
SpecRunner concurrent executor.
SRRunnerConcurrentScenario(Class<?>) - Constructor for class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
Basic constructor.
SRRunnerCondition - Annotation Type in org.specrunner.annotations
Provides scenario filters.
SRRunnerOptions - Annotation Type in org.specrunner.annotations
Runner parameters options.
SRRunnerScenario - Class in org.specrunner.junit
SpecRunner executor.
SRRunnerScenario(Class<?>) - Constructor for class org.specrunner.junit.SRRunnerScenario
Basic constructor.
SRScenarioListeners - Annotation Type in org.specrunner.annotations
Provides scenario listeners.
SRServices - Class in org.specrunner
Centralizes the services provided by the SpecRunner framework.
SRServices.ShutDown - Class in org.specrunner
Shutdown hook thread.
SRServices.ShutDown(SRServices) - Constructor for class org.specrunner.SRServices.ShutDown
The services instance to shutdown on System.exit(...).
start - Variable in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Count to check if errors have been added.
start(IContext, IResultSet, IPlugin, List<IPluginListener>) - Method in class org.specrunner.runner.core.RunnerImpl
Perform start operation of plugins.
START_DATA - Static variable in class org.specrunner.plugins.core.data.PluginMap
Start code replacement.
startsWith(File, String, File) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Filter files starting with.
startsWith(File, String, File, IConfiguration) - Static method in class org.specrunner.junit.SpecRunnerParametrized
Filter files starting with.
startTime - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
Time scenario has started.
statement - Variable in class org.specrunner.junit.concurrent.SRRunnerConcurrentScenario
Statement performed.
statement - Variable in class org.specrunner.junit.SRRunnerScenario
Statement performed.
status(ResumeReporter) - Method in class org.specrunner.report.core.ResumeDumperTxt
Global status as string.
status - Variable in class org.specrunner.result.core.ResultImpl
The status.
Status - Class in org.specrunner.result
A status.
Status(String, double, boolean) - Constructor for class org.specrunner.result.Status
Creates a status.
StatusComparator - Class in org.specrunner.report.core.comparators
Default report status comparator.
step - Variable in class org.specrunner.plugins.core.flow.PluginFor
Step.
string - Variable in class org.specrunner.source.core.SourceImpl
The source as String.
StringAlignerFactoryImpl - Class in org.specrunner.util.aligner.core
Default alignment factory implementation.
StringAlignerFactoryImpl() - Constructor for class org.specrunner.util.aligner.core.StringAlignerFactoryImpl
 
StringNormalizerDefault - Class in org.specrunner.util.string.core
String normalizer default.
StringNormalizerDefault() - Constructor for class org.specrunner.util.string.core.StringNormalizerDefault
 
StringTestContains - Class in org.specrunner.result.core
Check if error contains.
StringTestContains() - Constructor for class org.specrunner.result.core.StringTestContains
 
StringTestContainsParts - Class in org.specrunner.result.core
Check if error contains.
StringTestContainsParts() - Constructor for class org.specrunner.result.core.StringTestContainsParts
 
StringTestDefault - Class in org.specrunner.result.core
Default implementation.
StringTestDefault() - Constructor for class org.specrunner.result.core.StringTestDefault
 
StylesheetResource - Class in org.specrunner.source.resource.element.core
A stylesheet resource.
StylesheetResource(ISource, String, boolean, EType, Element) - Constructor for class org.specrunner.source.resource.element.core.StylesheetResource
Creates a stylesheet resource.
subset - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
The subset of general result for this scenario.
subSet(int, int) - Method in class org.specrunner.result.core.ResultSetImpl
 
subSet(int, int) - Method in interface org.specrunner.result.IResultSet
Get a subset of result as a result set itself.
Success - Class in org.specrunner.result.status
Success: is not error, has importance 2.
Success() - Constructor for class org.specrunner.result.status.Success
Default constructor.
supermapping - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Super type of object.
Synonyms - Annotation Type in org.specrunner.plugins.core.language
List of regular expressions which are synonyms.

T

TableAdapter - Class in org.specrunner.util.xom.node
A table adapter to encapsulate XOM API.
TableAdapter(Element) - Constructor for class org.specrunner.util.xom.node.TableAdapter
The table element.
TableFactoryDefault - Class in org.specrunner.util.xom.node.core
Default implementation of a table creator.
TableFactoryDefault() - Constructor for class org.specrunner.util.xom.node.core.TableFactoryDefault
 
TagPluginListener - Class in org.specrunner.listeners.core
Tag executed plugins with ignore.
TagPluginListener() - Constructor for class org.specrunner.listeners.core.TagPluginListener
 
tasks - Variable in class org.specrunner.junit.concurrent.ConcurrentRunnerScheduler
Future tasks.
template - Variable in class org.specrunner.converters.core.ConverterEnumTemplate
Template parameters.
template - Variable in class org.specrunner.converters.core.ConverterEnumValueTemplate
Template parameters.
templates - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Map from alias to templates.
test - Variable in class org.specrunner.junit.SpecRunnerStatement
The test class.
test(PluginKind) - Method in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Test if the factory accept the plugin.
TEST_NAME - Static variable in class org.specrunner.plugins.core.flow.PluginIf
The conditional default name.
testType(Object) - Method in class org.specrunner.formatters.core.AbstractFormatterTime
 
testType(Object) - Method in class org.specrunner.formatters.core.FormatterDate
 
testType(Object) - Method in class org.specrunner.formatters.core.FormatterJodatime
 
testValue(String, String) - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
 
testValue(String, String) - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
 
testValue(String, String) - Method in class org.specrunner.converters.core.AbstractConverterTimeTemplate
Test the string against a value.
testValue(String, String) - Method in class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
 
testValue(String, String) - Method in class org.specrunner.converters.core.ConverterLocalDateTimeCurrentTemplate
 
testValue(String, String) - Method in class org.specrunner.converters.core.ConverterLocalTimeCurrentTemplate
 
TEXT - Static variable in class org.specrunner.plugins.PluginKind
Text factories.
TextAnalyzerDefault - Class in org.specrunner.util.expression.core
Default analyzer implementation.
TextAnalyzerDefault() - Constructor for class org.specrunner.util.expression.core.TextAnalyzerDefault
 
TextAnalyzerException - Exception in org.specrunner.util.expression
 
TextAnalyzerException() - Constructor for exception org.specrunner.util.expression.TextAnalyzerException
 
TextAnalyzerException(String, Throwable) - Constructor for exception org.specrunner.util.expression.TextAnalyzerException
 
TextAnalyzerException(String) - Constructor for exception org.specrunner.util.expression.TextAnalyzerException
 
TextAnalyzerException(Throwable) - Constructor for exception org.specrunner.util.expression.TextAnalyzerException
 
threadNumber - Variable in class org.specrunner.junit.concurrent.NamedFactory
Thread number.
THREADS - Static variable in annotation type org.specrunner.junit.concurrent.Concurrent
Default number of threads.
TIME - Static variable in class org.specrunner.core.pipes.PipeModel
Time model information.
TIME - Static variable in class org.specrunner.core.pipes.PipeTime
Time model information.
time - Variable in class org.specrunner.pipeline.ProfilerPipeListener
Time.
time - Variable in class org.specrunner.plugins.core.flow.PluginPause
Pause time.
TimeComparator - Class in org.specrunner.report.core.comparators
Default report time comparator.
timezone - Variable in class org.specrunner.converters.core.AbstractConverterTimezone
The date timezone for adjust.
title - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
The node which holds the title.
TITLE_TREE_SEPARATOR - Static variable in class org.specrunner.listeners.core.ScenarioFrameListener
Separator for sub scenario names.
toElements(Nodes) - Method in class org.specrunner.source.core.SourceImpl
Convert to a sequence of elements.
tolerance - Variable in class org.specrunner.comparators.core.AbstractComparatorTime
Tolerance for comparisons.
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorClob
 
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorClobNormalized
 
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorClobTrim
 
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorDefault
Convert object to String.
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorMd5
 
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorNode
 
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorStringNormalized
 
toString(Object) - Method in class org.specrunner.comparators.core.ComparatorStringTrim
 
toString() - Method in class org.specrunner.context.core.BlockImpl
 
toString() - Method in class org.specrunner.expressions.core.ExpressionKey
 
toString() - Method in class org.specrunner.parameters.core.AccessImpl
 
toString() - Method in class org.specrunner.plugins.core.AbstractPlugin
 
toString() - Method in class org.specrunner.plugins.core.AbstractPluginTable
 
toString(IContext) - Method in class org.specrunner.plugins.core.include.PluginInclude
Cycle as string.
toString() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
 
toString() - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
toString() - Method in class org.specrunner.plugins.core.PluginNop
 
toString() - Method in class org.specrunner.result.core.ResultImpl
 
toString() - Method in class org.specrunner.result.core.ResultSetImpl
 
toString() - Method in class org.specrunner.source.core.SourceImpl
 
toString() - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
 
toString() - Method in class org.specrunner.source.resource.positional.Position
 
toString(int[][]) - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
String representation of a matrix.
toString() - Method in class org.specrunner.util.math.Range
 
toString(Throwable, Boolean) - Static method in class org.specrunner.util.UtilException
Dump exception trace to a string.
toString(Object) - Static method in class org.specrunner.util.UtilSql
Get string representation of value.
toString() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
toStringNullable(Object) - Static method in class org.specrunner.util.UtilSql
Get string representation of value.
TOTAL - Static variable in class org.specrunner.core.pipes.PipeMemory
Total information.
TOTAL - Static variable in class org.specrunner.core.pipes.PipeModel
Total model information.
total - Variable in class org.specrunner.pipeline.ProfilerPipeListener
Total time.
toXML() - Method in class org.specrunner.util.xom.node.core.NodeHolderDefault
 
toXML() - Method in interface org.specrunner.util.xom.node.INodeHolder
The XML representation.
traceback(String, String, List<Character>, int[][], int, int[][]) - Method in class org.specrunner.util.aligner.core.NeedlemanWunschAligner
Fill the alignment result.
transform(ISource) - Method in class org.specrunner.plugins.core.include.PluginInclude
Perform source transformation.
transform(ISource) - Method in class org.specrunner.transformer.core.TransformerDefault
 
transform(ISource) - Method in class org.specrunner.transformer.core.TransformerGroupImpl
 
transform(ISource) - Method in class org.specrunner.transformer.core.TransformerHref
 
transform(ISource) - Method in interface org.specrunner.transformer.ITransformer
Converts a source into another.
transformer - Variable in class org.specrunner.plugins.core.include.PluginInclude
Transformer to be used after loading in addiction to the general transformer.
Transformer - Annotation Type in org.specrunner.transformer
Force loading of a class type.
TransformerDefault - Class in org.specrunner.transformer.core
Default transformer implementation.
TransformerDefault() - Constructor for class org.specrunner.transformer.core.TransformerDefault
 
TransformerGroupImpl - Class in org.specrunner.transformer.core
Default transformer group implementation.
TransformerGroupImpl() - Constructor for class org.specrunner.transformer.core.TransformerGroupImpl
 
TransformerHref - Class in org.specrunner.transformer.core
Useful transformer to set all links in specification as included resources without the need of adding class='include' by hand in each anchor link.
TransformerHref() - Constructor for class org.specrunner.transformer.core.TransformerHref
 
TransformerManagerImpl - Class in org.specrunner.transformer.core
Default transformer manager implementation.
TransformerManagerImpl() - Constructor for class org.specrunner.transformer.core.TransformerManagerImpl
Default constructor.
transformSource(ISource) - Method in class org.specrunner.core.pipes.PipeTransformSource
Perform a transformation of a given source.
tryObject(Class<?>, String, String[], Object[], Class<?>[]) - Method in class org.specrunner.expressions.core.ExpressionJanino
Compute the expression assuming return type will be the specified.
type() - Method in class org.specrunner.converters.core.AbstractConverterJodatimeCurrentTemplate
Date object type.
type() - Method in class org.specrunner.converters.core.AbstractConverterJvmTimeCurrentTemplate
Date object type.
type() - Method in class org.specrunner.converters.core.ConverterDateCurrentTemplate
 
type() - Method in class org.specrunner.converters.core.ConverterDateMidnightCurrentTemplate
 
type() - Method in class org.specrunner.converters.core.ConverterDateTimeCurrentTemplate
 
type() - Method in class org.specrunner.converters.core.ConverterMutableDateTimeCurrentTemplate
 
type() - Method in class org.specrunner.converters.core.ConverterTimestampCurrentTemplate
 
type - Variable in class org.specrunner.plugins.core.language.PluginSentence
The plugin type.
type - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Object class name.
typeInstance - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Object class.
typeNamesToAlias - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Map from alias to names.
types(ResumeReporter) - Method in class org.specrunner.report.core.ResumeDumperTxt
Global action types as string.

U

Undefined - Class in org.specrunner.plugins.type
Undefined: has importance -1.
Undefined() - Constructor for class org.specrunner.plugins.type.Undefined
Default constructor.
unique(String, Class<?>, String[], Class<?>[]) - Static method in class org.specrunner.expressions.core.ExpressionKey
Assign information to a unique instance.
Unsilent - Annotation Type in org.specrunner.expressions
Annotation to sign the evaluator to not be silent on expression evaluation.
UnstackedException - Interface in org.specrunner.util.exceptions
Exception where stack traces are useless.
UnstackedPluginException - Exception in org.specrunner.plugins
 
UnstackedPluginException() - Constructor for exception org.specrunner.plugins.UnstackedPluginException
 
UnstackedPluginException(String) - Constructor for exception org.specrunner.plugins.UnstackedPluginException
 
UnstackedPluginException(Throwable) - Constructor for exception org.specrunner.plugins.UnstackedPluginException
 
UnstackedPluginException(String, Throwable) - Constructor for exception org.specrunner.plugins.UnstackedPluginException
 
unwrapException(Throwable) - Static method in class org.specrunner.util.UtilException
Unwrap SpecRunner subclasses exception to find root cause.
unwrapPresentation(Throwable) - Static method in class org.specrunner.util.UtilException
Unwrap SpecRunner IPresentation to find root cause.
UPACCESS - Static variable in interface org.specrunner.context.IContext
String to label variable up context access.
updateHref(Element, URI) - Method in class org.specrunner.readers.core.ReaderFile
Update href link of included files.
uri - Variable in class org.specrunner.source.core.SourceImpl
The source as URI.
UtilAnnotations - Class in org.specrunner.annotations
Utility Annotations class.
UtilConverter - Class in org.specrunner.converters
Converter utilities.
UtilDate - Class in org.specrunner.converters.core
Auxiliar map of units to methods in java.util.Date/Calendar.
UtilDate() - Constructor for class org.specrunner.converters.core.UtilDate
 
UtilEncoding - Class in org.specrunner.source.core
Useful encoding services.
UtilException - Class in org.specrunner.util
Exception utilities.
UtilExpression - Class in org.specrunner.util.expression
Utility class for expressions.
UtilIO - Class in org.specrunner.util
IO utilities.
UtilJodatime - Class in org.specrunner.converters.core
Auxiliar map of units to methods in Jodatime.
UtilJodatime() - Constructor for class org.specrunner.converters.core.UtilJodatime
 
UtilLog - Class in org.specrunner.util
Utility logging class.
UtilNode - Class in org.specrunner.util.xom
Node utility class.
UtilParametrized - Class in org.specrunner.parameters.core
Helper class for setting parametrized objects.
UtilPlugin - Class in org.specrunner.plugins.core
Plugins utility class.
UtilResources - Class in org.specrunner.util
Resources utilities.
UtilSql - Class in org.specrunner.util
Utility SQL class.
UtilString - Class in org.specrunner.util.string
Utility String class.
UtilTable - Class in org.specrunner.util.xom.node
Table utility class.

V

valid(Object, String, Object...) - Method in class org.specrunner.parameters.core.AccessImpl
 
valid(Object, String, Object...) - Method in interface org.specrunner.parameters.IAccess
Check if the given arguments are compatible with the feature named.
valid() - Method in class org.specrunner.util.math.Range
A valid range has start lower than end.
value - Variable in class org.specrunner.plugins.core.AbstractPluginValue
Plugin value.
valueOf(String) - Static method in enum org.specrunner.expressions.EMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.specrunner.plugins.ENext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.specrunner.source.resource.EType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.specrunner.source.resource.positional.EPlace
Returns the enum constant of this type with the specified name.
values - Variable in class org.specrunner.converters.core.AbstractConverterTimeTemplate
Strings that stand for 'current date'.
values() - Static method in enum org.specrunner.expressions.EMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.specrunner.plugins.ENext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.specrunner.source.resource.EType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.specrunner.source.resource.positional.EPlace
Returns an array containing the constants of this enum type, in the order they are declared.
var - Variable in class org.specrunner.plugins.core.flow.PluginFor
Index variable name.
var - Variable in class org.specrunner.plugins.core.flow.PluginIterable
Iterator variable name.
verify(IContext, IComparator, Object, Object) - Method in class org.specrunner.plugins.core.logical.PluginEquals
Verify the condition.
verify(IContext, IComparator, Object, Object) - Method in class org.specrunner.plugins.core.logical.PluginNotEquals
 
verify(IContext, IComparator, Object, Object) - Method in class org.specrunner.plugins.core.logical.PluginVerifyObjects
Check if expected and received values are equal.

W

Warning - Class in org.specrunner.result.status
Warning: is not error, has importance 1.
Warning() - Constructor for class org.specrunner.result.status.Warning
Default constructor.
wrapText(Node) - Method in class org.specrunner.annotator.core.AnnotatorCssStatus
Add a span surrounding the failed text.
writable - Variable in class org.specrunner.result.core.ResultImpl
The associated writable information.
WritableFactoryManagerImpl - Class in org.specrunner.result.core
Default writable manager implementation.
WritableFactoryManagerImpl() - Constructor for class org.specrunner.result.core.WritableFactoryManagerImpl
Default constructor.
write(SRServices, Document, File) - Method in class org.specrunner.report.core.ResumeDumperHtml
Write document to output.
writeAllTo(List<URL>, OutputStream) - Static method in class org.specrunner.util.UtilIO
Write all contents to a output.
writeTo(String) - Method in interface org.specrunner.result.IWritable
Write the object to target and returns a map from names to results.
writeTo(ISource) - Method in class org.specrunner.source.resource.element.core.AbstractResourceElementAtt
 
writeTo(ISource) - Method in interface org.specrunner.source.resource.IResource
Write the resource to the target, e returns the resulting source.
writeTo(ISource) - Method in class org.specrunner.source.resource.positional.core.AbstractResourceHeader
 
writeTo(InputStream, OutputStream) - Static method in class org.specrunner.util.UtilIO
Write a input stream to a output.
writeTo(Reader, Writer) - Static method in class org.specrunner.util.UtilIO
Write a reader to a writer.
writeToClose(URL, File) - Static method in class org.specrunner.util.UtilIO
Write the URL input to the file output.

Y

yes - Variable in class org.specrunner.converters.core.ConverterBooleanTemplate
String for 'TRUE'.
A B C D E F G H I J K L M N O P R S T U V W Y 

Copyright © 2016. All rights reserved.