示例#1
0
        public void TestDesrializeTranslatedResponse()
        {
            Setup();

            testService = new TranslationService("");
            testService.DesrializeTranslatedResponse(mocJSONString);
            //Assert.AreEqual(response, "Hello");
        }