C# Class CucumberLanguageServicePackageTests.CucumberTestUtils

Show file Open project: henritersteeg/cuke4vs

Protected Properties

Property Type Description
_grammar CucumberLanguageServices.GherkinGrammar
_parser Irony.Parsing.Parser

Protected Methods

Method Description
AssertNoError ( TokenList tokens ) : void
BackgroundCount ( TokenList tokens ) : int
ColumnNameCount ( TokenList tokens ) : int
CommentCount ( TokenList tokens ) : int
ExamplesCount ( TokenList tokens ) : int
FeatureCount ( TokenList tokens ) : int
PyStringCount ( TokenList tokens ) : int
ScenarioCount ( TokenList tokens ) : int
ScenarioOutlineCount ( TokenList tokens ) : int
StepCount ( TokenList tokens ) : int
TableCellCount ( TokenList tokens ) : int
TagCount ( TokenList tokens ) : int

Method Details

AssertNoError() protected static method

protected static AssertNoError ( TokenList tokens ) : void
tokens TokenList
return void

BackgroundCount() protected method

protected BackgroundCount ( TokenList tokens ) : int
tokens TokenList
return int

ColumnNameCount() protected method

protected ColumnNameCount ( TokenList tokens ) : int
tokens TokenList
return int

CommentCount() protected method

protected CommentCount ( TokenList tokens ) : int
tokens TokenList
return int

ExamplesCount() protected method

protected ExamplesCount ( TokenList tokens ) : int
tokens TokenList
return int

FeatureCount() protected method

protected FeatureCount ( TokenList tokens ) : int
tokens TokenList
return int

PyStringCount() protected method

protected PyStringCount ( TokenList tokens ) : int
tokens TokenList
return int

ScenarioCount() protected method

protected ScenarioCount ( TokenList tokens ) : int
tokens TokenList
return int

ScenarioOutlineCount() protected method

protected ScenarioOutlineCount ( TokenList tokens ) : int
tokens TokenList
return int

StepCount() protected method

protected StepCount ( TokenList tokens ) : int
tokens TokenList
return int

TableCellCount() protected method

protected TableCellCount ( TokenList tokens ) : int
tokens TokenList
return int

TagCount() protected method

protected TagCount ( TokenList tokens ) : int
tokens TokenList
return int

Property Details

_grammar protected property

protected GherkinGrammar,CucumberLanguageServices _grammar
return CucumberLanguageServices.GherkinGrammar

_parser protected property

protected Parser,Irony.Parsing _parser
return Irony.Parsing.Parser