Esempio n. 1
0
 public static QCTestInstanceParamColl GetTestInstanceParams(string id)
 {
     try
     {
         return(QcRestClient.GetTestInstanceParams(id));
     }
     catch (Exception ex)
     {
         Reporter.ToLog(eAppReporterLogLevel.ERROR, "Failed to get test instances with REST API", ex);
         return(null);
     }
 }