예제 #1
0
 public void SetUp()
 {
     _postStore = new TestablePostStore();
 }
예제 #2
0
 public void SetUp()
 {
     PostStore = new TestablePostStore();
     FollowStore = new TestableFollowStore();
     SocApp = new SocApp(PostStore, FollowStore, PostFormatter);
 }