Esempio n. 1
0
 public void IsInState(IPreconditions precondition)
 {
     JDISettings.DriverFactory.CurrentDriverName = driverName;
     PreconditionsState.IsInState(precondition);
 }
Esempio n. 2
0
 public void IsInState(IPreconditions precondition, NUnit.Framework.DescriptionAttribute method)
 {
     JDISettings.DriverFactory.CurrentDriverName = driverName;
     PreconditionsState.IsInState(precondition, method);
 }
Esempio n. 3
0
        public void before()
        {
            MethodBase method = new StackTrace().GetFrame(0).GetMethod();

            PreconditionsState.isInState(Preconditions.HOME_PAGE, method);
        }