示例#1
0
 public void CreateAccountFeedTest()
 {
     AccountFeed target = new AccountFeed(null, null);
     AccountEntry entry = target.CreateFeedEntry() as AccountEntry;
     Assert.IsNotNull(entry, "better have a AccountEntry here");
 }