InsertProfile() 공개 메소드

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