Exemplo n.º 1
0
 public override void Setup()
 {
     base.Setup();
     _tweetBase = new TweetBase(this.twitterServiceBaseStub);
 }
Exemplo n.º 2
0
 public override void Setup()
 {
     _tweetBase = new TweetBase(new TwitterServiceBase());
 }