Ejemplo n.º 1
0
        public void SearchSuccess()
        {
            var result = _orchestrate.Search(CollectionName, "*");

            Assert.IsTrue(result.Count > 0);
        }