impl.setProperty("setInt", "7, 055"); // for match tests
System.out.println("\n");
System.out.println("setInt value is : " + inst.getProperty("setInt"));
assertTrue ( inst.match("(setInt <* 5, 7, 55,985)")) ;
assertTrue (!inst.match("(setInt *> 5, 7, 55,985)")) ;
assertTrue ( inst.match("(setInt <* 05, 7, 55,985)")) ;
// assertTrue ( inst.match("(setInt <= 05, 7, 55,985)")) ;
Set<Integer> setInt = new HashSet<Integer> () ;