Ejemplo n.º 1
0
        public void SetupWorkspaceWithSampleDb()
        {
            _testConfiguration = ConfigureWorkspaceWithSampleDb();
            _executionService  = new CommandLineExecutionService(_testConfiguration.CliProcessPath);

            //create test data service provider
            var testDataServiceFactory = new TestDataServiceFactory();

            _testDataService = testDataServiceFactory.Create(_testConfiguration.Platform);
        }
Ejemplo n.º 2
0
        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);
        }