Exemplo n.º 1
0
 public Test(APIOperation nOperation)
 {
     operation      = nOperation;
     expectedResult = operation.getExpectedResult();
     actualResult   = "?";
 }
Exemplo n.º 2
0
 public Test(APIOperation nOperation)
 {
     operation = nOperation;
     actualResult = "?";
 }