Example #1
0
        public void Information_Gather()
        {
            Parameters.QueryWord = "hello";
            Definition result = Collector.GatherData <Definition>(Parameters).Result;

            Assert.AreEqual <string>("hello", result.Results[0].Word);
        }