コード例 #1
0
        public void TestMethod2()
        {
            string str = LTransDeal.getTransResult("even the most well regarded writing since then has sought to capture spoken English on the page.");

            Console.WriteLine(LTransDeal.url);
            Console.WriteLine(str);
        }
コード例 #2
0
        public void TestMethod1()
        {
            LTransDeal.appid = "2015063000000001";
            LTransDeal.key   = "12345678";
            LTransDeal.salt  = "1435660288";
            string test_sign = "f89f9594663708c1605f3d736d01d2d4";
            string str       = LTransDeal.getSign("apple");

            Assert.AreEqual(test_sign, str, true);
            Console.WriteLine(test_sign);
            Console.WriteLine(str);
        }