Azavea.Open.DAO.SQLite.Tests.SQLiteBasicTests.SetUpTestFixture C# (CSharp) Méthode

SetUpTestFixture() private méthode

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