Beispiel #1
0
 public void QuickTextReplaceAll(string fromStr, string toStr)
 {
     TestRailEngine.QuickTextReplaceAll(fromStr, toStr);
 }
Beispiel #2
0
        internal static void CreateAutomationTestPlan(int id)
        {
            Label plantype = (Label)id;

            TestRailEngine.CreateAutomationTestPlan(plantype);
        }
Beispiel #3
0
 public Stream GetDependenciesReport()
 {
     return(TestRailEngine.GetDependenciesReport());
 }
Beispiel #4
0
 public List <AtutomationCaseRun> GetPlanAoutomationCases(ulong runId)
 {
     return(TestRailEngine.GetPlanAoutomationCases(runId));
 }