Example #1
0
        /// <summary>
        /// Creates a new, empty test plan.
        /// </summary>
        public TestPlanInfo CreateTestPlan(string name)
        {
            TestPlanInfo info = tpr.CreateTestPlan();

            info.Name = name;
            tpr.SetInfo(info);
            return(info);
        }
 public void SetInfo(TestPlanInfo info)
 {
     planInfos.Store(info);
 }
 public void SetInfo(TestPlanInfo info)
 {
     planInfos.Store(info);
 }
Example #4
0
 /// <summary>
 /// Sets the test plan's info.
 /// </summary>
 public void SetInfo(TestPlanInfo info)
 {
     tpr.SetInfo(info);
 }
Example #5
0
 /// <summary>
 /// Sets the test plan's info.
 /// </summary>
 public void SetInfo(TestPlanInfo info)
 {
     tpr.SetInfo(info);
 }