public void DeletePageTest() { MongoDBBlogProvider target = new MongoDBBlogProvider(); // TODO: Initialize to an appropriate value Page page = null; // TODO: Initialize to an appropriate value target.DeletePage(page); Assert.Inconclusive("A method that does not return a value cannot be verified."); }