コード例 #1
0
ファイル: TestPlans.cs プロジェクト: routevegetable/TestVisor
        /// <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);
        }
コード例 #2
0
 public void SetInfo(TestPlanInfo info)
 {
     planInfos.Store(info);
 }
コード例 #3
0
 public void SetInfo(TestPlanInfo info)
 {
     planInfos.Store(info);
 }
コード例 #4
0
ファイル: TestPlans.cs プロジェクト: routevegetable/TestVisor
 /// <summary>
 /// Sets the test plan's info.
 /// </summary>
 public void SetInfo(TestPlanInfo info)
 {
     tpr.SetInfo(info);
 }
コード例 #5
0
ファイル: TestPlans.cs プロジェクト: bizarrefish/TestVisor
 /// <summary>
 /// Sets the test plan's info.
 /// </summary>
 public void SetInfo(TestPlanInfo info)
 {
     tpr.SetInfo(info);
 }