NPoco.Tests.Common.SQLLocalDatabase.CleanupDataBase C# (CSharp) Method

CleanupDataBase() public method

public CleanupDataBase ( ) : void
return void
        public override void CleanupDataBase()
        {
            /*
             * Trying to do any clean up here fails until the Database object gets disposed.
             * The create deletes and recreates the files anyone so this isn't really necessary
             */
        }