public void InitializeTestMethod()
 {
     TestBaseInitialize();
     this.analysisSetReviewActions = new AnalysisSetReviewActions(driver);
     this.createTrainingSetActions = new CreateTrainingSetActions(driver);
     
 }
 public void InitializeTestMethod()
 {
     TestBaseInitialize();
     this.analysisSetReviewActions = new AnalysisSetReviewActions(driver);
     this.controlSetDashboardActions = new ControlSetDashboardActions(driver);
     TestHelper.UpdateWorkflowState(WorkflowStateControlSetReviewNotStarted);
 }
 public void InitializeTestMethod()
 {
     TestBaseInitialize();
     this.controlSetDashboardActions = new ControlSetDashboardActions(driver);
     this.analysisSetReviewActions = new AnalysisSetReviewActions(driver);
 }
 public void CleanupTestMethod()
 {
     this.analysisSetReviewActions = null;
    TestBaseCleanup();
 }