Azavea.Open.DAO.SQLite.Tests.SQLiteBasicTests.SetUpTestFixture C# (CSharp) Method

SetUpTestFixture() private method

private SetUpTestFixture ( ) : void
return void
        public void SetUpTestFixture()
        {
            // Blow it away if there was one.
            File.Delete(_connDesc.DatabasePath);
            // Create a fresh one.
            SQLiteConnection.CreateFile(_connDesc.DatabasePath);
        }