Exemplo n.º 1
0
        public void TestGetData()
        {
            bool error = false;

            try
            {
                var rez = wCFService.GetData(value);
                JsonConvert.DeserializeObject(rez);
            }
            catch (Exception ex)
            {
                error = true;
            }
            Assert.IsFalse(error);
        }