public void SetUp() { _postStore = new TestablePostStore(); }
public void SetUp() { PostStore = new TestablePostStore(); FollowStore = new TestableFollowStore(); SocApp = new SocApp(PostStore, FollowStore, PostFormatter); }