Esempio n. 1
0
 public bool Test()
 {
     if (i == 0)
     {
         i++;
         return(!tc1.result());//get result from test code and return opposite result
     }
     return(!tc2.result());
 }
Esempio n. 2
0
        public bool Test()//make sure the test order is in the same order in the XML file
        {
            if (i == 0)
            {
                i++;
                return(tc1.result());//get result from the test code
            }


            return(tc2.result());
        }