Exemplo n.º 1
0
        public void Can_wipe_store_tables()
        {
            //--- Arrange ---
            // set up DataCatalog expectations

            //--- Act ---
            MysqlDocStoreManager.DropDataStore(_catalog, testStore);

            //--- Assert ---
            // check datacatalog expectations were met
        }
Exemplo n.º 2
0
        public void Indicies_are_wiped_on_data_store_drop()
        {
            //--- Arrange ---
            // set up DataCatalog expectations

            //--- Act ---
            MysqlDocStoreManager.DropDataStore(_catalog, testStore);

            //--- Assert ---
            // check datacatalog expectations were met
        }