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

public UpdateProfile ( AuthorProfile profile ) : void
profile AuthorProfile
Результат void
 public void UpdateProfileTest()
 {
     MongoDBBlogProvider target = new MongoDBBlogProvider(); // TODO: Initialize to an appropriate value
     AuthorProfile profile = null; // TODO: Initialize to an appropriate value
     target.UpdateProfile(profile);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }