Azavea.Open.DAO.Firebird.Tests.FirebirdJoinTests.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return void
        public void Init()
        {
            // Reset the unit test database by copying the template, since we don't know what any
            // other unit tests (or a previous run of this test) has done to the state of the db.
            File.Copy("..\\..\\Tests\\Template\\UnitTest.fdb", "..\\..\\Tests\\UnitTest.fdb", true);
            ResetAllTables();
        }
FirebirdJoinTests