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

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
 
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
 
AbstractConverterTimeTemplate<T> - Class in org.specrunner.converters.core
Create time information.
AbstractConverterTimeTemplate(String[]) - Constructor for class org.specrunner.converters.core.AbstractConverterTimeTemplate
Constructor using strings.
AbstractConverterTimeTemplate(String) - Constructor for class org.specrunner.converters.core.AbstractConverterTimeTemplate
Constructor using a regular expression.
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
 
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.
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. i.e. for declaring variables a scope can be set.
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
 
AbstractReport - Class in org.specrunner.report.core
Generic extractor of usefull information for reporter dumps.
AbstractReport() - Constructor for class org.specrunner.report.core.AbstractReport
 
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.
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 class org.specrunner.converters.core.ConverterNull
 
accept(Object) - Method in interface org.specrunner.converters.IConverter
Indicate if the converter accepts a given input value.
accept(IResult) - Method in interface org.specrunner.result.IResultFilter
Check if a status is accepted.
accept(IBlock) - Method in class org.specrunner.runner.core.FilterDefault
 
accept(IBlock) - Method in interface org.specrunner.runner.IFilter
Check if a given block is accepted.
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.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(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(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.
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.
afterScenario(String, Node, IContext, IResultSet) - Method in interface org.specrunner.listeners.IScenarioListener
Perform something after each scenario.
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
 
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(IResultSet, Map<String, Object>) - Method in class org.specrunner.report.core.AbstractReport
 
analyse(IResultSet, Map<String, Object>) - Method in class org.specrunner.report.core.ReporterGroupImpl
 
analyse(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(StringBuilder, List<String>) - Method in class org.specrunner.result.core.ResultSetImpl
Append messages to error list.
append(String) - Method in interface org.specrunner.util.xom.INodeHolder
Append text to the node.
append(Node) - Method in interface org.specrunner.util.xom.INodeHolder
Append node to the node.
append(String) - Method in class org.specrunner.util.xom.NodeHolder
 
append(Node) - Method in class org.specrunner.util.xom.NodeHolder
 
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(File) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Append resources to a output file.
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.UtilEvaluator
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.AbstractReport
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_CSS - Static variable in class org.specrunner.util.xom.UtilNode
The CSS attribute name.
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_ARGUMENT_PREFIX - Static variable in interface org.specrunner.util.xom.INodeHolder
Attribute for arguments prefix.
ATTRIBUTE_COMPARATOR - Static variable in interface org.specrunner.util.xom.INodeHolder
Attribute for comparator.
ATTRIBUTE_CONVERTER - Static variable in interface org.specrunner.util.xom.INodeHolder
Attribute for converter.
ATTRIBUTE_EVALUATION - Static variable in interface org.specrunner.util.xom.INodeHolder
Attribute for value evaluation.
ATTRIBUTE_PROPERTY - Static variable in interface org.specrunner.util.xom.INodeHolder
Attribute for property access.
ATTRIBUTE_VALUE - Static variable in interface org.specrunner.util.xom.INodeHolder
Attribute for value.
attributeContains(String, String) - Method in interface org.specrunner.util.xom.INodeHolder
Check if an attribute exists, and if it exists, if it contains the given value.
attributeContains(String, String) - Method in class org.specrunner.util.xom.NodeHolder
 
attributeEquals(String, String) - Method in interface org.specrunner.util.xom.INodeHolder
Check if an attribute exists, and if it exists, if it is equal to the given value.
attributeEquals(String, String) - Method in class org.specrunner.util.xom.NodeHolder
 
attributeValue - Variable in class org.specrunner.util.xom.NodeHolder
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_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(String, Node, IContext, IResultSet) - Method in interface org.specrunner.listeners.IScenarioListener
Perform something before each scenario.
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.
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.
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.
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
 
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.

C

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.expressions.core.ExpressionJanino
Cache of expressions.
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) - Static method in class org.specrunner.util.UtilString
Camel case characters, as Java attributes or methods.
camelCase(String, boolean) - Static method in class org.specrunner.util.UtilString
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. i.e. if a Jetty Server has the same configuration file it can be reused.
captions - Variable in class org.specrunner.util.xom.TableAdapter
List of caption elements.
CellAdapter - Class in org.specrunner.util.xom
Cell abstraction.
CellAdapter(Element) - Constructor for class org.specrunner.util.xom.CellAdapter
Construct a cell node.
cells - Variable in class org.specrunner.util.xom.RowAdapter
List of row cells.
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.PipePopulator
 
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.
clean(File) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Clean up directory files before dumping resources.
clean(String) - Static method in class org.specrunner.util.UtilString
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
 
cols - Variable in class org.specrunner.util.xom.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(...)
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.
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(...)
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(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.IndexComparator
 
compare(Resume, Resume) - Method in class org.specrunner.report.core.StatusComparator
 
compare(Resume, Resume) - Method in class org.specrunner.report.core.TimeComparator
 
compareTo(CacheEntry<K, T>) - Method in class org.specrunner.util.cache.CacheEntry
 
compareTo(T) - Method in class org.specrunner.util.xom.AbstractType
 
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.SRRunner
 
computeTestMethods() - Method in class org.specrunner.junit.SRRunnerConcurrent
 
computeTestMethods() - Method in class org.specrunner.junit.SRRunnerConcurrentScenario
 
computeTestMethods() - Method in class org.specrunner.junit.SRRunnerScenario
 
Concurrent - Annotation Type in org.specrunner.junit
 
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
 
ConcurrentRunner(Class<?>) - Constructor for class org.specrunner.junit.ConcurrentRunner
Creates a concurrent runner.
ConcurrentRunnerScheduler - Class in org.specrunner.junit
Scheduler for concurrent runners.
ConcurrentRunnerScheduler(Class<?>) - Constructor for class org.specrunner.junit.ConcurrentRunnerScheduler
Default constructor.
ConcurrentSuite - Class in org.specrunner.junit
 
ConcurrentSuite(Class<?>) - Constructor for class org.specrunner.junit.ConcurrentSuite
Creates a concurrent runner.
CONFIGURATION - Static variable in class org.specrunner.core.pipes.PipeConfiguration
Configuration.
configuration - Variable in class org.specrunner.features.core.FeatureManagerImpl
The current configuration.
Configuration - Annotation Type in org.specrunner.junit
This tag informa if a method is a configuration method.
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.
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.
ContextPopulatorImpl - Class in org.specrunner.context.core
Default populator implementation.
ContextPopulatorImpl() - Constructor for class org.specrunner.context.core.ContextPopulatorImpl
 
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.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.ConverterCharacter
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterDateCurrentTemplate
 
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.ConverterDateTimeCurrentTemplate
 
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.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.ConverterLong
 
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.ConverterShort
 
convert(Object, Object[]) - Method in class org.specrunner.converters.core.ConverterString
 
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.ConverterTimestampCurrentTemplate
 
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
 
Converter - Annotation Type in org.specrunner.converters
Annotation to sign the evaluator to ignore an attribute or method.
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 tipical boolean converter.
ConverterBoolean() - Constructor for class org.specrunner.converters.core.ConverterBoolean
Constructor using 'true' and 'false'.
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'.
ConverterByte - Class in org.specrunner.converters.core
Basic byte converter.
ConverterByte() - Constructor for class org.specrunner.converters.core.ConverterByte
 
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(String) - Constructor for class org.specrunner.converters.core.ConverterDateCurrentTemplate
See superclass.
ConverterDateCurrentTemplate(String[]) - Constructor for class org.specrunner.converters.core.ConverterDateCurrentTemplate
See superclass.
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(String) - Constructor for class org.specrunner.converters.core.ConverterDateTimeCurrentTemplate
See superclass.
ConverterDateTimeCurrentTemplate(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
 
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(String) - Constructor for class org.specrunner.converters.core.ConverterLocalDateCurrentTemplate
See superclass.
ConverterLocalDateCurrentTemplate(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.
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.
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
 
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
 
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
 
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(String) - Constructor for class org.specrunner.converters.core.ConverterTimestampCurrentTemplate
See superclass.
ConverterTimestampCurrentTemplate(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.
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.
create(RowAdapter) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject
Create the object based on a row.
create(Class<?>, RowAdapter) - 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(...
create(IContext, IPlugin, Element) - Static method in class org.specrunner.plugins.core.UtilPlugin
Equivalent to create(...
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() - Method in class org.specrunner.listeners.core.ErrorFrame
Creates the dialog.
createDumper() - Method in class org.specrunner.core.pipes.PipeDumper
Creates an dumper instance.
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.AbstractReport
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.
createResume(IResultSet, Map<String, Object>) - Method in class org.specrunner.report.core.AbstractReport
Create a resume of result.
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_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.
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.
DEFAULT_ADD_RESOURCES - Static variable in interface org.specrunner.source.resource.IResourceManager
Add resources status.
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_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_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_PARTS - Static variable in class org.specrunner.report.core.AbstractReport
Default behavior.
DEFAULT_PRECEDENCE - Static variable in class org.specrunner.expressions.core.AbstractExpression
The default precedence order.
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.SRRunner
 
describeChild(FrameworkMethod) - Method in class org.specrunner.junit.SRRunnerConcurrent
 
describeChild(FrameworkMethod) - Method in class org.specrunner.junit.SRRunnerConcurrentScenario
 
describeChild(FrameworkMethod) - Method in class org.specrunner.junit.SRRunnerScenario
 
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 interface org.specrunner.util.xom.INodeHolder
Detaches the current node.
detach() - Method in class org.specrunner.util.xom.NodeHolder
 
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.
disabledAliases - Variable in class org.specrunner.runner.core.FilterDefault
List of disabled aliases.
disabledTypes - Variable in class org.specrunner.runner.core.FilterDefault
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.objects.AbstractPluginObject
 
doEnd(IContext, IResultSet) - Method in class org.specrunner.plugins.core.PluginGroupImpl
 
doEnd(IContext, IResultSet) - Method in interface org.specrunner.plugins.IPlugin
The end action. i.e. after a loop specification perform something in a newly generated table.
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) - 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) - 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. i.e. create a database schema.
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) - Method in class org.specrunner.report.core.AbstractReport
Dump report ending.
dumpEnd(SRServices) - Method in class org.specrunner.report.core.ReporterTxt
 
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, String, List<Resume>) - Method in class org.specrunner.report.core.AbstractReport
Dump the resume declaration.
dumpPart(SRServices, String, List<Resume>) - Method in class org.specrunner.report.core.ReporterTxt
 
dumpResume(SRServices, String) - Method in class org.specrunner.report.core.AbstractReport
Dump resume.
dumpResume(SRServices, String) - Method in class org.specrunner.report.core.ReporterTxt
 
dumpStart(SRServices) - Method in class org.specrunner.report.core.AbstractReport
Dump report starting.
dumpStart(SRServices) - Method in class org.specrunner.report.core.ReporterTxt
 

E

ELEMENT - Static variable in class org.specrunner.plugins.PluginKind
Element based factories.
emptyPlugin() - Static method in class org.specrunner.plugins.core.PluginNop
Returns the singleton version of the plugin.
enabledAliases - Variable in class org.specrunner.runner.core.FilterDefault
List of enabled aliases.
enabledTypes - Variable in class org.specrunner.runner.core.FilterDefault
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
 
end(IContext, IResultSet, IPlugin, List<IPluginListener>) - Method in class org.specrunner.runner.core.RunnerImpl
Perform end operations.
END - Static variable in class org.specrunner.util.UtilEvaluator
End code delimiter.
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.
entities - Variable in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
Map of instances for a given entity.
EPlace - Enum in org.specrunner.source.resource.positional
Defines the place to add some resource. i.e. for CSS contributions it can be added at the 'header' tag at the end.
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.
ESCAPE - Static variable in class org.specrunner.util.UtilEvaluator
Escape mark.
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.
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, IContext, boolean) - Static method in class org.specrunner.util.UtilEvaluator
Evaluates the text and returns an object.
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.junit
Expected message on test execution.
ExpectedMessages - Annotation Type in org.specrunner.junit
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.

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.
feature(CellAdapter) - Method in class org.specrunner.plugins.core.include.PluginColumn
Get a feature name.
FEATURE_ADD_RESOURCES - Static variable in interface org.specrunner.source.resource.IResourceManager
Add resources (i.e. specrunner.js and specrunner.css) to final result.
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.FilterDefault
Feature to set the disabled aliases using IFeatureManager or IConfiguration.
FEATURE_DISABLED_TYPES - Static variable in class org.specrunner.runner.core.FilterDefault
Feature to set the disabled type using IFeatureManager or IConfiguration.
FEATURE_ENABLED_ALIASES - Static variable in class org.specrunner.runner.core.FilterDefault
Feature to set the enabled aliases using IFeatureManager or IConfiguration.
FEATURE_ENABLED_TYPES - Static variable in class org.specrunner.runner.core.FilterDefault
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_EXPANDED - Static variable in class org.specrunner.plugins.core.include.PluginInclude
Enable expanded mode for features.
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_HIDE - Static variable in class org.specrunner.plugins.core.flow.PluginIfBranch
Feature to set invalid branch.
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_NORMALIZED - Static variable in class org.specrunner.plugins.core.AbstractPlugin
Feature to set normalized state.
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_PARTS - Static variable in class org.specrunner.report.core.AbstractReport
Feature to set parts of report.
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_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_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
 
fields - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
List of fields.
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.
FilterDefault - Class in org.specrunner.runner.core
Default filter by alias type, and by action type.
FilterDefault() - Constructor for class org.specrunner.runner.core.FilterDefault
 
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.ConcurrentRunnerScheduler
 
fireAfter(String, Node, IContext, IResultSet) - 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) - 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.
footer(IResultSet, Map<String, Object>, Element) - Method in class org.specrunner.dumper.core.SourceDumperDetails
Add report ending.
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.
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.
generic - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
List of generic definition fields.
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(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() - Static method in class org.specrunner.plugins.core.objects.core.ObjectSelector
Gets the thread safe instance of finder.
get() - Static method in class org.specrunner.report.core.IndexComparator
The instance access method.
get() - Static method in class org.specrunner.report.core.StatusComparator
The instance access method.
get() - Static method in class org.specrunner.report.core.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.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.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.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
 
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.
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.xom.INodeHolder
Get element arguments in a array.
getArguments(List<String>) - Method in interface org.specrunner.util.xom.INodeHolder
Get element arguments in a array.
getArguments() - Method in class org.specrunner.util.xom.NodeHolder
 
getArguments(List<String>) - Method in class org.specrunner.util.xom.NodeHolder
 
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 interface org.specrunner.util.xom.INodeHolder
Get attribute value by type.
getAttribute(String, String) - Method in interface org.specrunner.util.xom.INodeHolder
Get attribute value by type.
getAttribute(String) - Method in class org.specrunner.util.xom.NodeHolder
 
getAttribute(String, String) - Method in class org.specrunner.util.xom.NodeHolder
 
getAttributeValue() - Method in interface org.specrunner.util.xom.INodeHolder
Set attribute value to look for on getObject(...)
getAttributeValue() - Method in class org.specrunner.util.xom.NodeHolder
 
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. the root XML element).
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.
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.ConverterDateCurrentTemplate
Get a calendar object based on timestamp.
getCalendar() - Method in class org.specrunner.converters.core.ConverterTimestampCurrentTemplate
Get a calendar object based on timestamp.
getCaption(int) - Method in class org.specrunner.util.xom.TableAdapter
The caption given by that index.
getCaptions() - Method in class org.specrunner.util.xom.TableAdapter
Get captions list.
getCaptionsCount() - Method in class org.specrunner.util.xom.TableAdapter
The counter of captions.
getCaptionsXPath() - Method in class org.specrunner.util.xom.TableAdapter
Gets the XPath for captions.
getCell(int) - Method in class org.specrunner.util.xom.RowAdapter
Get cell at a given index.
getCells() - Method in class org.specrunner.util.xom.RowAdapter
List of cells.
getCellsCount() - Method in class org.specrunner.util.xom.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. i.e.
getClasses() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
getClasses() - Method in interface org.specrunner.expressions.IExpressionFactory
The set of predefined classes.
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.TableAdapter
The col given by that index.
getCols() - Method in class org.specrunner.util.xom.TableAdapter
Get cols list.
getColsCount() - Method in class org.specrunner.util.xom.TableAdapter
The counter of cols.
getColsXPath() - Method in class org.specrunner.util.xom.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 class org.specrunner.util.resources.ResourceFinder
Get the resources comparator.
getComparator() - Method in interface org.specrunner.util.xom.INodeHolder
Get the comparator of the given element.
getComparator(IComparator) - Method in interface org.specrunner.util.xom.INodeHolder
Get the comparator of the given element.
getComparator() - Method in class org.specrunner.util.xom.NodeHolder
 
getComparator(IComparator) - Method in class org.specrunner.util.xom.NodeHolder
 
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
Gets the configuration.
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 interface org.specrunner.util.xom.INodeHolder
Get the converter.
getConverter(IConverter) - Method in interface org.specrunner.util.xom.INodeHolder
Get the converter, if any, otherwise returns the default converter.
getConverter() - Method in class org.specrunner.util.xom.NodeHolder
 
getConverter(IConverter) - Method in class org.specrunner.util.xom.NodeHolder
 
getConverterManager() - Static method in class org.specrunner.SRServices
Shortcut method to converter manager.
getConverters() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get converters.
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.
getCssName() - Method in class org.specrunner.util.xom.AbstractType
The CSS which represents the type.
getCssNode(Node, String) - Static method in class org.specrunner.util.xom.UtilNode
Get the highest node with the style given.
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.FilterDefault
Get the list of disabled aliases.
getDisabledTypes() - Method in class org.specrunner.runner.core.FilterDefault
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.
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.
getEnabledAliases() - Method in class org.specrunner.runner.core.FilterDefault
Get the list of enabled aliases.
getEnabledTypes() - Method in class org.specrunner.runner.core.FilterDefault
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() - Method in interface org.specrunner.source.IEncoded
Return the encoding.
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
 
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.
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<?>) - 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.
getFullName() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get full name of field.
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.
getInformation() - Method in interface org.specrunner.result.IWritable
Extra information mapping.
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.
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'.
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.
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.
getModels() - Method in class org.specrunner.expressions.core.AbstractExpressionFactory
 
getModels() - Method in interface org.specrunner.expressions.IExpressionFactory
The set of predefined models.
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.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 interface org.specrunner.util.xom.INodeHolder
Get the hold node.
getNode() - Method in class org.specrunner.util.xom.NodeHolder
 
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.
getObject(IContext) - Method in class org.specrunner.context.core.LazyExpressionModel
 
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.xom.INodeHolder
Gets the corresponding value object.
getObject(IContext, boolean, IConverter, List<String>) - Method in interface org.specrunner.util.xom.INodeHolder
Gets the corresponding value object.
getObject(IContext, boolean) - Method in class org.specrunner.util.xom.NodeHolder
 
getObject(IContext, boolean, IConverter, List<String>) - Method in class org.specrunner.util.xom.NodeHolder
 
getObjectInstance(IContext, TableAdapter) - Method in class org.specrunner.plugins.core.include.PluginColumn
Get the object instance to be used by plugin actions.
getObjects() - Method in class org.specrunner.context.core.ContextImpl
 
getObjects() - Method in interface org.specrunner.context.IContext
A map of all objects in context.
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
 
getOnstart() - Method in class org.specrunner.plugins.core.AbstractPluginDual
Get if execute on start.
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.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) - Static 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. the root XML element).
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 class org.specrunner.report.core.AbstractReport
Get the report pats.
getPath(IContext) - Method in class org.specrunner.plugins.core.include.PluginInclude
Normalize path removing parameters.
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.
getQualifiedName() - Method in interface org.specrunner.util.xom.INodeHolder
Get qualified name (include namespace).
getQualifiedName() - Method in class org.specrunner.util.xom.NodeHolder
 
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.
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. i.e.
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.
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.TableAdapter
The row given by that index.
getRowCount() - Method in class org.specrunner.util.xom.TableAdapter
The counter of rows.
getRows() - Method in class org.specrunner.util.xom.TableAdapter
The rows list.
getRowsXPath() - Method in class org.specrunner.util.xom.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.
getScenarioListener(Class<?>) - Static method in class org.specrunner.junit.JUnitUtils
Given a class return instances for scenario listeners.
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. i.e. if reference='id,name' and separator='/', the object instance corresponding to a given line will be 'id/name'.
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.
getStatus() - Method in class org.specrunner.report.core.Resume
Get the status.
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(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.
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.
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.
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.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. i.e.
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.
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() - Method in interface org.specrunner.util.xom.INodeHolder
Get element value.
getValue() - Method in class org.specrunner.util.xom.NodeHolder
 
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.RowAdapter
The row XPath.
getZone() - Method in class org.specrunner.converters.core.AbstractConverterTimezone
Get a timezone definition.

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 interface org.specrunner.util.xom.INodeHolder
Check if an given attribute is present.
hasAttribute(String) - Method in class org.specrunner.util.xom.NodeHolder
 
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
 
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 interface org.specrunner.util.xom.INodeHolder
Check a tag name.
hasName(String) - Method in class org.specrunner.util.xom.NodeHolder
 
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 - 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.
holder - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
An auxiliary node holder.
href - Variable in class org.specrunner.plugins.core.include.PluginInclude
Link to file.

I

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.
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.
IContextPopulator - Interface in org.specrunner.context
Populates context with extra-information, for example, all Java System properties as global variables.
IConverter - Interface in org.specrunner.converters
A generic converter interface.
IConverterManager - Interface in org.specrunner.converters
A converter manager.
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.
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.
IFilter - Interface in org.specrunner.runner
Filter a block on runner.
IGNORE - Static variable in class org.specrunner.util.xom.UtilNode
Any node in specification with attribute "ignore=true" will not be evaluated.
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.
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.
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.report.core.AbstractReport
The test index.
IndexComparator - Class in org.specrunner.report.core
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.converters.core.ConverterNotNullNotEmpty
 
initialize() - Method in class org.specrunner.converters.core.ConverterNull
 
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.PluginFactoryImpl
Initialize the factory.
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(IContext) - Method in class org.specrunner.runner.core.FilterDefault
 
initialize(IContext) - Method in interface org.specrunner.runner.IFilter
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.mapping.IResetable
Initialize something.
initialized - Variable in class org.specrunner.util.mapping.core.MappingManagerImpl
Initialization flag.
INodeHolder - Interface in org.specrunner.util.xom
Stands for any object which hold an element.
INodeListener - Interface in org.specrunner.listeners
Generic node listener.
INPUT - Static variable in class org.specrunner.core.pipes.PipeInput
Configuration.
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.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.ConverterTimestampCurrentTemplate
 
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.FilterDefault
Thread safe filter instance.
instances - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Mapping of identifiers to object instances.
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
 
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.
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.
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.
IPropertyLoader - Interface in org.specrunner.properties
Generic property loader.
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.mapping
Something resetable.
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. i.e. a image already part of the specification.
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.
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.
IRunnerFactory - Interface in org.specrunner.runner
Creates a runner.
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.listeners
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() - 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.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.
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.
ISleepPlugin - Interface in org.specrunner.plugins
Stand for a plugin with sleep after execution.
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
 
isMapped() - Method in class org.specrunner.plugins.core.objects.core.PluginInsert
 
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.
isReference() - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Get if the field is a key value.
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.FilterDefault
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.
isTable(Node) - Static method in class org.specrunner.util.xom.UtilNode
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.
IStringProvider - Interface in org.specrunner.util.string
Given a context returns a String.
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).
ITestPlugin - Interface in org.specrunner.plugins
Perform a plugin execution based on a condition.
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
 

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.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) - 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(Class<?>, String) - Method in class org.specrunner.plugins.core.objects.core.ObjectManagerDefault
 
lookup(Class<?>, String) - Method in interface org.specrunner.plugins.core.objects.IObjectManager
Lookup for a object of a given type, with the given key.
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.
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.
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.SRRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.SRRunnerConcurrent
 
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.SRRunnerConcurrentScenario
 
methodInvoker(FrameworkMethod, Object) - Method in class org.specrunner.junit.SRRunnerScenario
 
min - Variable in class org.specrunner.plugins.core.flow.PluginFor
Minimum value.
Model - Class in org.specrunner.context.core
Utility for models.
MODEL - Static variable in class org.specrunner.core.pipes.PipeModel
Model.

N

name - Variable in class org.specrunner.expressions.core.ExpressionVariable
The variable name.
name - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
The listener 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
Factory of threads named.
NamedFactory(String) - Constructor for class org.specrunner.junit.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.
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.
newNodeHolder(Node) - Static method in class org.specrunner.util.xom.UtilNode
Creates a element adapter for the given node.
newOutput() - Method in class org.specrunner.util.output.core.OutputFactoryDefault
 
newOutput() - Method in interface org.specrunner.util.output.IOutputFactory
Creates a output.
newPipeline(Object) - Method in class org.specrunner.pipeline.core.PipelineFactoryCustom
 
newPipeline(Object) - Method in class org.specrunner.pipeline.core.PipelineFactoryImpl
 
newPipeline(IPipe...) - Method in class org.specrunner.pipeline.core.PipelineFactoryImpl
 
newPipeline(Object) - Method in class org.specrunner.pipeline.core.PipelineFactoryXOM
 
newPipeline(Object) - Method in interface org.specrunner.pipeline.IPipelineFactory
A new pipeline from source object.
newPipeline(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.
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.
newTableAdapter(Node) - Static method in class org.specrunner.util.xom.UtilNode
Creates a table adapter for the given node.
newThread(Runnable) - Method in class org.specrunner.junit.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.
node - Variable in class org.specrunner.context.core.BlockImpl
The block node.
node - Variable in class org.specrunner.util.xom.NodeHolder
The node encapsulated.
NodeHolder - Class in org.specrunner.util.xom
Default implementation of element holder.
NodeHolder(Node) - Constructor for class org.specrunner.util.xom.NodeHolder
Create a element holder.
nodeStart(Node, IContext, IResultSet, List<INodeListener>) - Method in class org.specrunner.runner.core.RunnerImpl
Perform start node listeners.
normalize(String) - Static method in class org.specrunner.util.UtilString
Normalize a string, removing white spaces.
normalizeKey(Object) - Method in class org.specrunner.util.mapping.core.MappingManagerImpl
Normalize keys.
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
 
nsloader - Variable in class org.specrunner.source.core.SourceImpl
A namespace loader.
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.
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
 
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() - 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.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.
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.
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.AbstractReport
Creates a copy of the resume list.
org.specrunner - package org.specrunner
 
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.junit - package org.specrunner.junit
 
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.report - package org.specrunner.report
 
org.specrunner.report.core - package org.specrunner.report.core
 
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.composite - package org.specrunner.util.composite
 
org.specrunner.util.composite.core - package org.specrunner.util.composite.core
 
org.specrunner.util.mapping - package org.specrunner.util.mapping
 
org.specrunner.util.mapping.core - package org.specrunner.util.mapping.core
 
org.specrunner.util.output - package org.specrunner.util.output
 
org.specrunner.util.output.core - package org.specrunner.util.output.core
 
org.specrunner.util.resources - package org.specrunner.util.resources
 
org.specrunner.util.string - package org.specrunner.util.string
 
org.specrunner.util.xom - package org.specrunner.util.xom
 
org.specrunner.util.xom.core - package org.specrunner.util.xom.core
 
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_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.
parts - Variable in class org.specrunner.report.core.AbstractReport
Final report parts.
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.
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.AbstractReport
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.
PipePopulator - Class in org.specrunner.core.pipes
Add extra information to the given context.
PipePopulator() - Constructor for class org.specrunner.core.pipes.PipePopulator
 
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
 
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.
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
 
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
 
PluginInclude.ResolverDefault - Class in org.specrunner.plugins.core.include
Basic resolver implementation.
PluginInclude.ResolverDefault() - Constructor for class org.specrunner.plugins.core.include.PluginInclude.ResolverDefault
 
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
 
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
 
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
 
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
 
populate(IContext) - Method in class org.specrunner.context.core.ContextPopulatorImpl
 
populate(IContext) - Method in interface org.specrunner.context.IContextPopulator
Populates a context.
populate(IContext) - Method in class org.specrunner.core.pipes.PipePopulator
Populate a context with predefined values.
populate(Object, IContext, RowAdapter, IResultSet) - 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.
prepareArgument(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(Method, List<Object>) - Static method in class org.specrunner.converters.UtilConverter
Prepare arguments.
prepend(String) - Method in interface org.specrunner.util.xom.INodeHolder
Prepend text to the node.
prepend(Node) - Method in interface org.specrunner.util.xom.INodeHolder
Prepend a note to the node.
prepend(String) - Method in class org.specrunner.util.xom.NodeHolder
 
prepend(Node) - Method in class org.specrunner.util.xom.NodeHolder
 
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.PipePopulator
 
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(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.
processLine(IContext, 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
 
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
 
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
 
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

RATE - Static variable in class org.specrunner.junit.ConcurrentRunnerScheduler
Thread creation ration.
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.
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(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. i.e.
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.
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 interface org.specrunner.util.xom.INodeHolder
Remove a attribute.
removeAttribute(String) - Method in class org.specrunner.util.xom.NodeHolder
 
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.
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. i.e.
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, IContext, boolean) - Static method in class org.specrunner.util.UtilEvaluator
Replace ids in text.
replace(String, String, Object) - Static method in class org.specrunner.util.UtilEvaluator
Replace the same string which appear many times in text.
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.AbstractReport
 
report(SRServices) - Method in class org.specrunner.report.core.ReporterGroupImpl
 
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
 
ReporterTxt - Class in org.specrunner.report.core
Basic TXT implementation.
ReporterTxt() - Constructor for class org.specrunner.report.core.ReporterTxt
 
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.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.PluginInclude.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.
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) - Method in class org.specrunner.report.core.AbstractReport
 
resume(SRServices, boolean) - Method in class org.specrunner.report.core.AbstractReport
Partial resume.
resume(SRServices) - Method in class org.specrunner.report.core.ReporterGroupImpl
 
Resume - Class in org.specrunner.report.core
Default resume of a result.
Resume() - Constructor for class org.specrunner.report.core.Resume
 
resume(SRServices) - Method in interface org.specrunner.report.IReporter
Short information about report.
resumes - Variable in class org.specrunner.report.core.AbstractReport
List of resume of results.
ReusableManagerImpl - Class in org.specrunner.reuse.core
Default reusable manager implementation.
ReusableManagerImpl() - Constructor for class org.specrunner.reuse.core.ReusableManagerImpl
 
RowAdapter - Class in org.specrunner.util.xom
A row abstraction.
RowAdapter(Element) - Constructor for class org.specrunner.util.xom.RowAdapter
The row element.
rows - Variable in class org.specrunner.util.xom.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() - Method in class org.specrunner.junit.SpecRunnerParametrized
Runs a specification.
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.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

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.
scenario - Variable in class org.specrunner.listeners.core.ScenarioFrameListener
The node which holds the scenario.
ScenarioFrameListener - Class in org.specrunner.listeners.core
Monitor for scenarios frames.
ScenarioFrameListener(String, 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.ConcurrentRunnerScheduler
 
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(AbstractPluginObject, IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.plugins.core.objects.core.ObjectSelector
 
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.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 - Variable in class org.specrunner.plugins.core.objects.AbstractPluginObject
Separator of identification attributes.
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 interface org.specrunner.util.xom.INodeHolder
Set attribute value.
setAttribute(String, String) - Method in class org.specrunner.util.xom.NodeHolder
 
setAttributeValue(String) - Method in interface org.specrunner.util.xom.INodeHolder
Set value attribute holder.
setAttributeValue(String) - Method in class org.specrunner.util.xom.NodeHolder
 
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(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.
setConverters(String[]) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
Set converters.
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.
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.FilterDefault
List of alias that should be ignored by runner.
setDisabledTypes(List<? extends ActionType>) - Method in class org.specrunner.runner.core.FilterDefault
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.
setEnabledAliases(List<String>) - Method in class org.specrunner.runner.core.FilterDefault
List of alias that should be enabled by runner.
setEnabledTypes(List<? extends ActionType>) - Method in class org.specrunner.runner.core.FilterDefault
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.
setEval(boolean) - Method in class org.specrunner.plugins.core.AbstractPluginValue
Sets evaluation.
setExpanded(Boolean) - Method in class org.specrunner.plugins.core.include.PluginInclude
Set expanded mode.
setFeatures(ISource) - Method in class org.specrunner.dumper.core.AbstractSourceDumperFile
Set features.
setFeatures(SRServices) - Method in class org.specrunner.report.core.AbstractReport
Prepare feature settings.
setFieldName(String) - Method in class org.specrunner.plugins.core.objects.AbstractPluginObject.Field
The column name.
setFilter(IFilter) - Method in class org.specrunner.runner.core.RunnerImpl
 
setFilter(IFilter) - 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.
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.
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.
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.
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.
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.
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 interface org.specrunner.util.xom.INodeHolder
Set the hold node.
setNode(Node) - Method in class org.specrunner.util.xom.NodeHolder
 
setNormalized(Boolean) - Method in class org.specrunner.plugins.core.AbstractPlugin
Set the normalized state.
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.
setParts(List<ReportPart>) - Method in class org.specrunner.report.core.AbstractReport
Set the parts.
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.
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. i.e. if scope is set to 'body' means that a local variable must be associated to the body context.
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.FilterDefault
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.
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.
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(Object) - Method in class org.specrunner.plugins.core.logical.PluginVerifyRows
 
setValue(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.PluginExecute
 
setValue(Object) - Method in class org.specrunner.plugins.core.var.PluginExecuteLatter
 
setValue(String) - Method in interface org.specrunner.util.xom.INodeHolder
Set text to a node removing all children elements.
setValue(String) - Method in class org.specrunner.util.xom.NodeHolder
 
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) - 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(StringBuilder) - Method in class org.specrunner.listeners.core.PauseOnFailureNodeListener
Show message dialog.
showMessage - Variable in class org.specrunner.runner.core.FilterDefault
Show message on error.
showMessage(IBlock) - Method in class org.specrunner.runner.core.FilterDefault
 
showMessage(IBlock) - Method in interface org.specrunner.runner.IFilter
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'.
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.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.
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.
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
SpecRunner concurrent executor.
SRRunnerConcurrent(Class<?>) - Constructor for class org.specrunner.junit.SRRunnerConcurrent
Basic constructor.
SRRunnerConcurrentScenario - Class in org.specrunner.junit
SpecRunner concurrent executor.
SRRunnerConcurrentScenario(Class<?>) - Constructor for class org.specrunner.junit.SRRunnerConcurrentScenario
Basic constructor.
SRRunnerOptions - Annotation Type in org.specrunner.junit
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.junit
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(IContext, IResultSet, IPlugin, List<IPluginListener>) - Method in class org.specrunner.runner.core.RunnerImpl
Perform start operation of plugins.
START_CODE - Static variable in class org.specrunner.util.UtilEvaluator
Start code delimiter.
START_DATA - Static variable in class org.specrunner.util.UtilEvaluator
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.
status - Variable in class org.specrunner.report.core.AbstractReport
Hash of state counters.
status() - Method in class org.specrunner.report.core.AbstractReport
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
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
 
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.
Synonyms - Annotation Type in org.specrunner.plugins.core.language
List of regular expressions which are synonyms.

T

TableAdapter - Class in org.specrunner.util.xom
A table adapter to encapsulate XOM API.
TableAdapter(Element) - Constructor for class org.specrunner.util.xom.TableAdapter
The table element.
TagPluginListener - Class in org.specrunner.listeners.core
Tag executed plugins with ignore.
TagPluginListener() - Constructor for class org.specrunner.listeners.core.TagPluginListener
 
templates - Variable in class org.specrunner.plugins.core.factories.PluginFactoryImpl
Map from alias to templates.
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.
TEXT - Static variable in class org.specrunner.plugins.PluginKind
Text factories.
THREADS - Static variable in annotation type org.specrunner.junit.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.
TimeComparator - Class in org.specrunner.report.core
Default report time comparator.
toElements(Nodes) - Method in class org.specrunner.source.core.SourceImpl
Convert to a sequence of elements.
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.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(Throwable) - 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.NodeHolder
 
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.report.core.AbstractReport
Total processing time.
toXML() - Method in interface org.specrunner.util.xom.INodeHolder
The XML representation.
toXML() - Method in class org.specrunner.util.xom.NodeHolder
 
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 - 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 - Variable in class org.specrunner.report.core.AbstractReport
Hash of actions counters.
types() - Method in class org.specrunner.report.core.AbstractReport
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.
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.
uri - Variable in class org.specrunner.source.core.SourceImpl
The source as URI.
UtilConverter - Class in org.specrunner.converters
Converter utilities.
UtilEncoding - Class in org.specrunner.source.core
Useful encoding services.
UtilEvaluator - Class in org.specrunner.util
Utility class for expressions.
UtilException - Class in org.specrunner.util
Exception utilities.
UtilIO - Class in org.specrunner.util
IO utilities.
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
Utility String 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.
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() - 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.
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
 

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.
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.
writeToClose(URL, File) - Static method in class org.specrunner.util.UtilIO
Write the URL input to the file output.

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

Copyright © 2014. All rights reserved.