DeleteProfile() public method

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