public void InitializeTestMethod()
 {
     TestBaseInitialize();
     this.analysisSetReviewActions = new AnalysisSetReviewActions(driver);
     this.controlSetDashboardActions = new ControlSetDashboardActions(driver);
     TestHelper.UpdateWorkflowState(WorkflowStateControlSetReviewNotStarted);
 }
Ejemplo n.º 2
0
 public void CleanupTestMethod()
 {
     this.controlSetDashboardActions = null;
     TestBaseCleanup();
 }
Ejemplo n.º 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);
 }