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); } }
public static void Test9() { UserLogin roy = new UserLogin(); roy.Login("roye", "haxx0r"); }
public static void Test13() { UserLogin roy = new UserLogin(); roy.Login("", ""); }
public static void Test12() { UserLogin roy = new UserLogin(); roy.Login("*****@*****.**", "haxx0r"); }
public static void Test11() { UserLogin roy = new UserLogin(); roy.Login("*****@*****.**", "Haxx0r"); }
public static void Test10() { UserLogin roy = new UserLogin(); roy.Login("*****@*****.**", "password"); }