public void InitializeTestMethod()
 {
     TestBaseInitialize();
     this.analysisSetReviewActions = new AnalysisSetReviewActions(driver);
     this.controlSetDashboardActions = new ControlSetDashboardActions(driver);
     TestHelper.UpdateWorkflowState(WorkflowStateControlSetReviewNotStarted);
 }
示例#2
0
 public void CleanupTestMethod()
 {
     this.controlSetDashboardActions = null;
     TestBaseCleanup();
 }
示例#3
0
 public void InitializeTestMethod()
 {
     TestBaseInitialize();
     this.controlSetDashboardActions = new ControlSetDashboardActions(driver);
     this.analysisSetReviewActions   = new AnalysisSetReviewActions(driver);
 }
 public void CleanupTestMethod()
 {
     this.controlSetDashboardActions = null;
     TestBaseCleanup();
 }
 public void InitializeTestMethod()
 {
     TestBaseInitialize();
     this.controlSetDashboardActions = new ControlSetDashboardActions(driver);
     this.analysisSetReviewActions = new AnalysisSetReviewActions(driver);
 }