Exemplo n.º 1
0
 public static bool isRunOK(this M_testDemand td)
 {
     if (td.isRun == true && td.noRunCaseNum() == 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }