Ejemplo n.º 1
0
        public void DeBase64Test()
        {
            Encode target   = new Encode();
            string str      = string.Empty;
            string expected = string.Empty;
            string actual;

            actual = target.DeBase64(str);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("验证此测试方法的正确性。");
        }