Esempio n. 1
0
 public void Setup()
 {
     Logger = new Logging.TestLogger();
     OrganizationService         = new TestConnectionManager().CreateConnection();
     LogsDirectory               = TestContext.TestLogsDir;
     EnvironmentVariablesManager = new EnvironmentVariablesManager(Logger, OrganizationService);
 }
Esempio n. 2
0
 public void Setup()
 {
     Logger = new Logging.TestLogger();
     OrganizationService = new TestConnectionManager().CreateConnection();
     LogsDirectory       = TestContext.TestLogsDir;
     SolutionManager     = new SolutionManager(Logger, OrganizationService, null);
 }