Beispiel #1
0
 public void ValidationTest_DifferentPropertyType()
 {
     WrongAuthenticateInfo info = new WrongAuthenticateInfo()
     {
         Password = false,
         RepeatPassword = "******"
     };
     info.Validate();
 }
Beispiel #2
0
        public void ValidationTest_DifferentPropertyType()
        {
            WrongAuthenticateInfo info = new WrongAuthenticateInfo()
            {
                Password       = false,
                RepeatPassword = "******"
            };

            info.Validate();
        }