Beispiel #1
0
        public void RemoveDocument_ValidDocumentId_DeleteDocumentFromCollection()
        {
            var id = "123";

            _provider.RemoveDocument(id, _collection);

            Assert.Fail();   // assertion needed
        }