public void UserExistsThrowsException() { Assert.Throws <LogInException>(() => ValidateLogIn.userExists(false)); }
public void compareEmailsThrowsException() { Assert.Throws <LogInException>(() => ValidateLogIn.compareEmails("1234", "123")); }
public void isLoginInformatinOkThrowsException() { Assert.Throws <LogInException>(() => ValidateLogIn.isLoginInformatinOk("123", "0NFrL36PKuFDzcJhJWmre2RlrOxQ2N6zqevWe8mIdiXx4ds+")); }