41424344454647
/** * @see junit.framework.TestCase#setUp() */ protected void setUp() throws Exception { super.setUp(); this.handler = new JAXBExceptionHandler(); }
42434445464748
* @see junit.framework.TestCase#setUp() */ @Override protected void setUp() throws Exception { super.setUp(); this.handler = new JAXBExceptionHandler(); }