예제 #1
0
파일: Step.cs 프로젝트: ftacchini/BddBelax
 public void AfterScenario()
 {
     PageObjectFactory.Close();
 }
예제 #2
0
파일: Step.cs 프로젝트: ftacchini/BddBelax
 public T On <T>() where T : PageObject
 {
     return((T)PageObjectFactory.Instance(typeof(T)));
 }