public GoogleIntoGoogleTests()
 {
     _googleActivityConfigurator = new IntegrationTestTools_terminalGoogle(this);
     _plansHelper             = new IntegrationTestTools(this);
     _fr8ActivityConfigurator = new IntegrationTestTools_terminalFr8(this);
 }
Пример #2
0
 public Get_File_List_v1_EndToEnd_Tests()
 {
     _plansHelper = new IntegrationTestTools(this);
     _googleActivityConfigurator  = new IntegrationTestTools_terminalGoogle(this);
     _terminalDropboxConfigurator = new IntegrationTestTools_terminalDropbox(this);
 }
Пример #3
0
 public Monitor_Salesforce_Event_v1Tests()
 {
     _plansHelper = new IntegrationTestTools(this);
 }
 public Monitor_Gmail_Inbox_Tests()
 {
     _googleActivityConfigurator = new IntegrationTestTools_terminalGoogle(this);
     _plansHelper             = new IntegrationTestTools(this);
     _fr8ActivityConfigurator = new IntegrationTestTools_terminalFr8(this);
 }