Exemple #1
0
        public BootstrapFixture()
        {
            // We define the connection string to be used withing this fixture.
            SetConnectionString(SqlInstanceName, Catalog);

            //
            CreateSqlInstance();
            FixtureHelper.DeployDatabase(CurrentConnectionString);
        }