Example #1
0
        public void Test2()
        {
            string Email = "*****@*****.**";


            OtpCreation otpCreation = new OtpCreation();
            bool        flag        = otpCreation.CheckEmail(Email);

            Assert.Equal(flag, true);
        }