DeletePost() публичный Метод

Deletes a post from the data store.
public DeletePost ( Post post ) : void
post Post
Результат void
 public void DeletePostTest()
 {
     MongoDBBlogProvider target = new MongoDBBlogProvider(); // TODO: Initialize to an appropriate value
     Post post = null; // TODO: Initialize to an appropriate value
     target.DeletePost(post);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }