UpdatePost() public method

Updates a Post.
public UpdatePost ( Post post ) : void
post Post
return void
 public void UpdatePostTest()
 {
     MongoDBBlogProvider target = new MongoDBBlogProvider(); // TODO: Initialize to an appropriate value
     Post post = null; // TODO: Initialize to an appropriate value
     target.UpdatePost(post);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }