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