Пример #1
0
 public void test_api_executexml_returns_a_responsexml()
 {
     var api = new RouteStatusApi();
     string response = api.ExecuteXml();
     Assert.IsNotNull(response);
 }