Ejemplo n.º 1
0
 public GherkinStepCompletionSource(ITextBuffer textBuffer, ISpecFlowServices specFlowServices, GherkinLanguageService languageService)
 {
     this.textBuffer       = textBuffer;
     this.specFlowServices = specFlowServices;
     this.languageService  = languageService;
 }
Ejemplo n.º 2
0
 public GherkinStepCompletionSource(ITextBuffer textBuffer, ISpecFlowServices specFlowServices, GherkinLanguageService languageService)
 {
     this.textBuffer = textBuffer;
     this.specFlowServices = specFlowServices;
     this.languageService = languageService;
 }