Example #1
0
        public string MD5HashTest(string input)
        {
            string result = BusinessPlayer.MD5Hash(input);

            return(result);
            // TODO: add assertions to method BusinessPlayerTest.MD5HashTest(String)
        }