Esempio n. 1
0
        public void MD5GetBytesTest()
        {
            string md5_str = string.Empty;

            byte[] expected = null;
            byte[] actual;
            actual = PasswordEncrypt_Accessor.MD5GetBytes(md5_str);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("验证此测试方法的正确性。");
        }