public override void setUp()
 {
     // TODO Auto-generated method stub
     base.setUp();
     defaultDef = JDFIntegerRange.getDefaultDef();
 }
 ///
 ///	 <summary> * constructs a JDFIntegerRangeList with the given string the default value for -1 is set to 0, i.e positive and
 ///	 * negative numbers are handled explicitly
 ///	 *  </summary>
 ///	 * <param name="s"> - the given string
 ///	 *  </param>
 ///	 * <exception cref="FormatException"> - if the String has not a valid format </exception>
 ///
 public JDFIntegerRangeList(string s)
     : this(s, JDFIntegerRange.getDefaultDef())
 {
 }