A C D F G H I K L N O R S T V

A

accept(Object) - Method in class org.specrunner.source.text.ConverterDataTable
 
add(String) - Method in class org.specrunner.source.text.DataTable
Add a parameter name.
add(List<String>) - Method in class org.specrunner.source.text.DataTable
Add a list of examples.
add(Scenario) - Method in class org.specrunner.source.text.Feature
Add a scenario to the feature.
addBackground(Sentence) - Method in class org.specrunner.source.text.Feature
Add a background sentence.
addFinallys(Sentence) - Method in class org.specrunner.source.text.Feature
Add an ending sentence.
addSentence(Sentence) - Method in class org.specrunner.source.text.NamedSentences
Add a description.
asNode(Object, Object...) - Method in class org.specrunner.source.text.FeaturePresenter
 
asString(Object, Object...) - Method in class org.specrunner.source.text.FeaturePresenter
 

C

cacheKeywords - Static variable in class org.specrunner.source.text.FeatureReaderImpl
The keyword set.
convert(Object, Object[]) - Method in class org.specrunner.source.text.ConverterDataTable
 
ConverterDataTable - Class in org.specrunner.source.text
Convert a reference to an object in mapped resources.
ConverterDataTable() - Constructor for class org.specrunner.source.text.ConverterDataTable
 

D

DataTable - Class in org.specrunner.source.text
Stand for a data table.
DataTable() - Constructor for class org.specrunner.source.text.DataTable
 
dumpCall(Element, String) - Method in class org.specrunner.source.text.FeaturePresenter
Dump the macro call.
dumpDescription(Element, String, NamedSentences, String) - Method in class org.specrunner.source.text.FeaturePresenter
Dump description.
dumpExamples(Element, Keywords, ScenarioOutline, String) - Method in class org.specrunner.source.text.FeaturePresenter
Dump the scenario examples.
dumpExecutableList(Element, List<Sentence>, boolean) - Method in class org.specrunner.source.text.FeaturePresenter
Dump an executable list.
dumpFeature(Element, Keywords, Feature) - Method in class org.specrunner.source.text.FeaturePresenter
Dump feature to root node.
dumpIterator(Element, String) - Method in class org.specrunner.source.text.FeaturePresenter
Dump the iterator to call examples.
dumpList(Element, List<Sentence>) - Method in class org.specrunner.source.text.FeaturePresenter
Dump a list.
dumpMacro(Element, Keywords, Scenario) - Method in class org.specrunner.source.text.FeaturePresenter
Dump the scenario as a macro from SpecRunner core.
dumpMap(Element, ScenarioOutline) - Method in class org.specrunner.source.text.FeaturePresenter
Dump example table as a mapping with attributes named.
dumpMultiScenario(Element, Keywords, ScenarioOutline) - Method in class org.specrunner.source.text.FeaturePresenter
Dump scenario outlines.
dumpScenario(Element, Keywords, Scenario) - Method in class org.specrunner.source.text.FeaturePresenter
Dump a scenario.
dumpSingleScenario(Element, Keywords, Scenario) - Method in class org.specrunner.source.text.FeaturePresenter
Dump a scenario without examples.
dumpTable(Element, DataTable, boolean) - Method in class org.specrunner.source.text.FeaturePresenter
Dump table information.

F

Feature - Class in org.specrunner.source.text
Stand for a feature object.
Feature(String) - Constructor for class org.specrunner.source.text.Feature
Default constructor.
FeaturePresenter - Class in org.specrunner.source.text
Perform conversion of an object Feature to a Node.
FeaturePresenter() - Constructor for class org.specrunner.source.text.FeaturePresenter
 
FeatureReaderImpl - Class in org.specrunner.source.text
Basic implementation of reature reader.
FeatureReaderImpl() - Constructor for class org.specrunner.source.text.FeatureReaderImpl
 
fromTarget(URI, String, String) - Method in class org.specrunner.source.text.SourceFactoryText
 

G

getBackground() - Method in class org.specrunner.source.text.Feature
The background list.
getBackground() - Method in class org.specrunner.source.text.Keywords
Get the i18n background keyword.
getData() - Method in class org.specrunner.source.text.Sentence
Get data information.
getExamples() - Method in class org.specrunner.source.text.DataTable
Get the list of examples line.
getExamples() - Method in class org.specrunner.source.text.Keywords
Get the i18n examples keyword.
getFeature() - Method in class org.specrunner.source.text.Keywords
Get the i18n feature keyword.
getFinally() - Method in class org.specrunner.source.text.Keywords
Get the i18n finally keyword.
getFinallys() - Method in class org.specrunner.source.text.Feature
The ending list.
getKeywords() - Method in class org.specrunner.source.text.Feature
Get the keywords used.
getMessage() - Method in class org.specrunner.source.text.Sentence
Get the message content.
getName() - Method in class org.specrunner.source.text.NamedSentences
Get the name.
getNames() - Method in class org.specrunner.source.text.DataTable
Get the parameter names.
getParent() - Method in class org.specrunner.source.text.Scenario
Get the feature parent.
getScenario() - Method in class org.specrunner.source.text.Keywords
Get the i18n scenario keyword.
getScenarioOutline() - Method in class org.specrunner.source.text.Keywords
Get the i18n scenario outline keyword.
getScenarios() - Method in class org.specrunner.source.text.Feature
Get the scenario list.
getSentences() - Method in class org.specrunner.source.text.NamedSentences
Get the list of sentences.
getTable() - Method in class org.specrunner.source.text.ScenarioOutline
Get the examples.
getText() - Method in class org.specrunner.source.text.Sentence
Get the sentence text.

H

hasData() - Method in class org.specrunner.source.text.Sentence
check if a sentence has data table.
hasMessage() - Method in class org.specrunner.source.text.Sentence
Check if a sentence has a message associated.

I

IFeatureReader - Interface in org.specrunner.source.text
Read a feature from a input stream.
initialize() - Method in class org.specrunner.source.text.ConverterDataTable
 
initialize() - Method in class org.specrunner.source.text.FeaturePresenter
 
IValidable - Interface in org.specrunner.source.text
A valid object implements this interface and validate() returns null.

K

Keywords - Class in org.specrunner.source.text
Map of special keywords.
Keywords(ResourceBundle) - Constructor for class org.specrunner.source.text.Keywords
Create a keyword set with a bundle.

L

load(InputStream, String) - Method in class org.specrunner.source.text.FeatureReaderImpl
 
load(InputStream, String) - Method in interface org.specrunner.source.text.IFeatureReader
Read feature from load.

N

name - Variable in class org.specrunner.source.text.NamedSentences
Group name.
NamedSentences - Class in org.specrunner.source.text
Any object with a name as a group of sentences.
NamedSentences(String) - Constructor for class org.specrunner.source.text.NamedSentences
The object name.
normalize(String) - Method in class org.specrunner.source.text.FeaturePresenter
Prepare placeholders.

O

org.specrunner.source.text - package org.specrunner.source.text
 

R

readExamples(BufferedReader, String, ScenarioOutline) - Method in class org.specrunner.source.text.FeatureReaderImpl
Read examples.
readFeatureDescription(BufferedReader, String, Keywords, Feature) - Method in class org.specrunner.source.text.FeatureReaderImpl
Read feature description.
readKeyword(BufferedReader, String, String, NamedSentences) - Method in class org.specrunner.source.text.FeatureReaderImpl
Read a keyword.
readNextGroup(BufferedReader, String, List<Sentence>) - Method in class org.specrunner.source.text.FeatureReaderImpl
Read next group.
readTable(BufferedReader, String, DataTable) - Method in class org.specrunner.source.text.FeatureReaderImpl
Read a data table.

S

Scenario - Class in org.specrunner.source.text
Stand for a scenario.
Scenario(String) - Constructor for class org.specrunner.source.text.Scenario
Create a scenario with a name.
ScenarioOutline - Class in org.specrunner.source.text
Stand for a scenario outline.
ScenarioOutline(String) - Constructor for class org.specrunner.source.text.ScenarioOutline
Create an outline with scenario.
Sentence - Class in org.specrunner.source.text
A valid sentence.
Sentence(String) - Constructor for class org.specrunner.source.text.Sentence
Creates a sentence with a given text.
sentences - Variable in class org.specrunner.source.text.NamedSentences
Sentences set.
setBackground(List<Sentence>) - Method in class org.specrunner.source.text.Feature
Set the background list.
setData(DataTable) - Method in class org.specrunner.source.text.Sentence
Set the data table.
setExamples(List<List<String>>) - Method in class org.specrunner.source.text.DataTable
Set the examples list.
setFinallys(List<Sentence>) - Method in class org.specrunner.source.text.Feature
Set the ending list.
setKeywords(Keywords) - Method in class org.specrunner.source.text.Feature
Set the keywords used.
setMessage(String) - Method in class org.specrunner.source.text.Sentence
Set the message content.
setName(String) - Method in class org.specrunner.source.text.NamedSentences
Set the name.
setNames(List<String>) - Method in class org.specrunner.source.text.DataTable
Set the parameter names.
setParent(Feature) - Method in class org.specrunner.source.text.Scenario
Set the parent.
setScenarios(List<Scenario>) - Method in class org.specrunner.source.text.Feature
The scenario list.
setSentences(List<Sentence>) - Method in class org.specrunner.source.text.NamedSentences
Set the sentences list.
setTable(DataTable) - Method in class org.specrunner.source.text.ScenarioOutline
Set the table.
setText(String) - Method in class org.specrunner.source.text.Sentence
Set the sentence text.
SourceFactoryText - Class in org.specrunner.source.text
Default implementation of text|feature reader.
SourceFactoryText() - Constructor for class org.specrunner.source.text.SourceFactoryText
 

T

toString() - Method in class org.specrunner.source.text.DataTable
 

V

validate() - Method in class org.specrunner.source.text.DataTable
Validate data table.
validate() - Method in class org.specrunner.source.text.Feature
Validate a feature set.
validate() - Method in interface org.specrunner.source.text.IValidable
Perform object validation.
validate() - Method in class org.specrunner.source.text.Scenario
 
validate() - Method in class org.specrunner.source.text.ScenarioOutline
 
validate() - Method in class org.specrunner.source.text.Sentence
 

A C D F G H I K L N O R S T V

Copyright © 2015. All rights reserved.