Пример #1
0
 public static QCRestClient.QCTestSet GetTestSetDetails(string testSetID)
 {
     try
     {
         return(QcRestClient.GetTestSetDetails(testSetID));
     }
     catch (Exception ex)
     {
         Reporter.ToLog(eAppReporterLogLevel.ERROR, "Failed to get test set details with REST API", ex);
         return(null);
     }
 }