Пример #1
0
 public static void Test8()
 {
     UserLogin roy = new UserLogin();
     try
     {
         roy.Login("*****@*****.**", "haxx0r");
         Message("Test to login accepted value, succeeded", false);
     }
     catch (Exception)
     { Message("Test misslyckades", true); }
 }
Пример #2
0
        public static void Test9()
        {
            UserLogin roy = new UserLogin();

                roy.Login("roye", "haxx0r");
        }
Пример #3
0
        public static void Test13()
        {
            UserLogin roy = new UserLogin();

            roy.Login("", "");
        }
Пример #4
0
        public static void Test12()
        {
            UserLogin roy = new UserLogin();

            roy.Login("*****@*****.**", "haxx0r");
        }
Пример #5
0
        public static void Test11()
        {
            UserLogin roy = new UserLogin();

            roy.Login("*****@*****.**", "Haxx0r");
        }
Пример #6
0
        public static void Test10()
        {
            UserLogin roy = new UserLogin();

            roy.Login("*****@*****.**", "password");
        }