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