예제 #1
0
        public void VerifyMobileTest()
        {
            var target = new MobileProvider();

            string verificationCode = "123456";
            bool expected = true;
            bool actual;
            actual = target.VerifyMobile(account, verificationCode);
        }