UpdatePage() public method

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