Exemplo n.º 1
0
 public Operations(QATestStuff testStuff1)
 {
     testStuff = testStuff1; //wskaźnik, bez kopiowania blurp hrpfr
     opActions = new OpActions(testStuff1);
 }
Exemplo n.º 2
0
 public Operations(QATestSetup testSetup1)
 {
     testSetup = testSetup1; //wskaźnik, bez kopiowania blurp hrpfr
     opActions = new OpActions(testSetup1);
 }