Exemplo n.º 1
0
 public ReportsPage()
 {
     this.elementHelpers = new ElementHelpers();
     this.reportsActions = new ReportsActions();
     this.Verify         = new ReportsVerify();
 }
Exemplo n.º 2
0
 public ReportsVerify()
 {
     this.reportsActions = new ReportsActions();
 }