Ejemplo n.º 1
0
 public QATestStuff(QATestStuffOptions stuffOptions)
 {
     testResult = new Structs.TestResult();
     variables  = new List <Structs.Variable>();
     minRow     = stuffOptions.minRow;
     maxRow     = stuffOptions.maxRow;
     killDriver = stuffOptions.killDriver;
 }
Ejemplo n.º 2
0
 public QATestSetup()
 {
     testResult = new Structs.TestResult();
     variables  = new List <Structs.Variable>();
 }