示例#1
0
 public void RequestsCorrectUrl()
 {
     _client.CommitComment.GetAll("fake", "repo", 42);
     _githubClient.Received().Reaction.CommitComment.GetAll("fake", "repo", 42);
 }