}
private void checkEmailChecker() throws Exception{
//valid configuration
String emailAddress = "patrick.jeschall@t-online.de";
EmailContact contactType = EmailContact.NO_CONTACT;
if (new EmailChecker(emailAddress, contactType).check() != true){
throw new Exception("valid configuration declared invalid");
}
//valid -> shortest emailAddress
emailAddress = "a@b.c";