Exemplo n.º 1
0
 public TwitterAddressBookTests()
 {
     this.twitter            = new TwitterAddressBook();
     this.messageRecorder    = Mocks.HttpMessageHandlerRecorder.CreatePlayback(typeof(TwitterAddressBookTests));
     this.twitter.HttpClient = new HttpClient(this.messageRecorder);
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     this.twitter = new TwitterAddressBook();
     this.twitter.CryptoServices = TestUtilities.CreateAuthenticCryptoProvider();
     this.twitter.HttpClient     = new HttpClient(Mocks.HttpMessageHandlerRecorder.CreatePlayback());
 }