public void SetupWorkspaceWithSampleDb() { _testConfiguration = ConfigureWorkspaceWithSampleDb(); _executionService = new CommandLineExecutionService(_testConfiguration.CliProcessPath); //create test data service provider var testDataServiceFactory = new TestDataServiceFactory(); _testDataService = testDataServiceFactory.Create(_testConfiguration.Platform); }
public void SetupWorkspaceWithSampleDb() { //ensures connection string values with double quote are preserved in when passed along the CLI _testConfiguration = ConfigureWorkspaceWithSampleDb(); _executionService = new CommandLineExecutionService(_testConfiguration.CliProcessPath); //create test data service provider var testDataServiceFactory = new TestDataServiceFactory(); _testDataService = testDataServiceFactory.Create(_testConfiguration.Platform); }