Esempio n. 1
0
 public void SetUp()
 {
     _factory    = Substitute.For <IRequestFactory>();
     _descendant = new WindowsLiveClientDescendant(
         _factory, Substitute.For <IClientConfiguration>());
 }
Esempio n. 2
0
 public void SetUp()
 {
     factory = Substitute.For<IRequestFactory>();
     descendant = new WindowsLiveClientDescendant(
         factory, Substitute.For<IClientConfiguration>());
 }