InsertProfile() public method

public InsertProfile ( AuthorProfile profile ) : void
profile AuthorProfile
return void
コード例 #1
0
 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.");
 }