Added unit tests for Reactive functions

This commit is contained in:
Prayank Mathur
2016-04-10 17:02:37 +05:30
parent 8ca8227ba0
commit 2f1943a640
5 changed files with 66 additions and 0 deletions
@@ -24,6 +24,7 @@ public class RepositoryPagesClientTests
Assert.Equal("https://api.github.com/repos/octokit/octokit.net/pages", data.Url);
}
}
public class TheGetAllMethod
{
readonly IRepositoryPagesClient _repositoryPagesClient;