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

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