C# 클래스 CucumberLanguageServicePackageTests.LineScannerTests

파일 보기 프로젝트 열기: henritersteeg/cuke4vs

비공개 메소드들

메소드 설명
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