Exemplo n.º 1
0
Arquivo: DaTest.cs Projeto: zzlc/h-opc
        public void DaExploreFolder()
        {
            var rootTags = _client.ExploreFolder(string.Empty);

            Assert.Greater(rootTags.Count(), 0);
        }