コード例 #1
0
 public void SetUp()
 {
     _descendant = new GitHubClientDescendant(Substitute.For <IRequestFactory>(), Substitute.For <IClientConfiguration>());
 }
コード例 #2
0
 public void SetUp()
 {
     descendant = new GitHubClientDescendant(Substitute.For<IRequestFactory>(), Substitute.For<IClientConfiguration>());
 }