FillProfiles() public method

public FillProfiles ( ) : List
return List
 public void FillProfilesTest()
 {
     MongoDBBlogProvider target = new MongoDBBlogProvider(); // TODO: Initialize to an appropriate value
     List<AuthorProfile> expected = null; // TODO: Initialize to an appropriate value
     List<AuthorProfile> actual;
     actual = target.FillProfiles();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }