C# Class CucumberLanguageServicePackageTests.LineScannerTests

Show file Open project: henritersteeg/cuke4vs

Private Methods

Method Description
ReadTokens ( IScanner scanner ) : Microsoft.VisualStudio.Package.TokenInfo[]
ReadTokens ( IScanner scanner, string source ) : Microsoft.VisualStudio.Package.TokenInfo[]
Should_parse_an_empty_line_correctly_after_parsing_a_feature_line ( ) : void
Should_return_feature_and_identifier_tokens_for_feature_line ( ) : void
Should_return_scenario_and_identifier_tokens_for_scenario_line ( ) : void
Should_return_scenario_and_identifier_tokens_for_scenario_line_after_other_lines ( ) : void
Should_split_stepIdentifier_when_step_has_arguments ( ) : void