Ejemplo n.º 1
0
 public void SetUp()
 {
     _postStore = new TestablePostStore();
 }
Ejemplo n.º 2
0
 public void SetUp()
 {
     PostStore = new TestablePostStore();
     FollowStore = new TestableFollowStore();
     SocApp = new SocApp(PostStore, FollowStore, PostFormatter);
 }