Azavea.Open.DAO.OleDb.Tests.AccessDaoTests.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return void
        public virtual 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.mdb", "..\\..\\Tests\\UnitTest.mdb", true);
            ResetAllTables();
        }