Ejemplo n.º 1
0
 public DeterminationNoticeTest(string projectUrl, string userid, string password, string expected)
 {
     this.projectUrl = projectUrl;
     this.userid     = userid;
     this.password   = password;
     this.expected   = expected;
     UIActions       = new UserInitialActions();
     CSActions       = new ClaimantSearchActions();
     CDActions       = new ClaimantDetailsActions();
     ReActions       = new ReviewActions();
     UtilActions     = new UtilitiesActions();
     DDBActions      = new DeterminationDBActions(new DatabaseConnectivity(), new DatabaseModel());
 }
Ejemplo n.º 2
0
 public SanityTestCases(string projectUrl, string userid, string password, string expected)
 {
     this.projectUrl = projectUrl;
     this.userid     = userid;
     this.password   = password;
     this.expected   = expected;
     UIActions       = new UserInitialActions();
     CSActions       = new ClaimantSearchActions();
     CDActions       = new ClaimantDetailsActions();
     RActions        = new ReportActions();
     ReActions       = new ReviewActions();
     UtilActions     = new UtilitiesActions();
     validation      = new Validation();
 }