Пример #1
0
 public void TestGetApi(string expected, string host)
 {
     Assert.AreEqual(expected, Github.GetApiUri(host));
 }