예제 #1
0
파일: StepDef.cs 프로젝트: Castone22/YANBA
 public StepDef(SeleniumContext seleniumContext)
 {
     this.seleniumContext = seleniumContext;
 }
예제 #2
0
파일: Hooks.cs 프로젝트: Castone22/YANBA
 public static void RunBeforeAllTests()
 {
     seleniumContext = new SeleniumContext();
 }