Beispiel #1
0
 public void SetUp()
 {
     factory    = Substitute.For <IRequestFactory>();
     descendant = new OdnoklassnikiClientDescendant(
         factory, Substitute.For <IClientConfiguration>());
 }
 public void SetUp()
 {
     factory = Substitute.For<IRequestFactory>();
     descendant = new OdnoklassnikiClientDescendant(
         factory, Substitute.For<IClientConfiguration>());
 }