コード例 #1
0
 public void SetUp()
 {
     _followStore = new TestableFollowStore();
 }
コード例 #2
0
ファイル: TimelineTests.cs プロジェクト: hiredgunhouse/SocNet
 public void SetUp()
 {
     PostStore = new TestablePostStore();
     FollowStore = new TestableFollowStore();
     SocApp = new SocApp(PostStore, FollowStore, PostFormatter);
 }