122123124125126127128129
// missing parenthesis assertTrue(test("(0295 4167216", false)); } private boolean test(String number, boolean expected) { PhoneCheck check = new PhoneCheck(); return expected == check.isSatisfied(null, number, null, null); }