コード例 #1
0
ファイル: YandexClientTests.cs プロジェクト: zzekikaya/OAuth2
 public void SetUp()
 {
     _factory    = Substitute.For <IRequestFactory>();
     _descendant = new YandexClientDescendant(
         _factory, Substitute.For <IClientConfiguration>());
 }
コード例 #2
0
ファイル: YandexClientTests.cs プロジェクト: kekekeks/OAuth2
 public void SetUp()
 {
     factory = Substitute.For<IRequestFactory>();
     descendant = new YandexClientDescendant(
         factory, Substitute.For<IClientConfiguration>());
 }