Пример #1
0
 public void GetsDocument()
 {
     OicDownloader dl = new OicDownloader();
     dl.GetDocument();
     Assert.IsNotNull(dl.Document);
 }