BTDBTest.KeyValueDBTest.CreateEmptyDatabase C# (CSharp) Method

CreateEmptyDatabase() private method

private CreateEmptyDatabase ( ) : void
return void
        public void CreateEmptyDatabase()
        {
            using (var fileCollection = new InMemoryFileCollection())
            using (new KeyValueDB(fileCollection))
            {
            }
        }