181920212223242526
*/ protected void setUp() throws Exception { if ( adapter == null || !(adapter instanceof Jaxb2Adapter) ) { adapter = new Jaxb2Adapter(); } super.setUp(); }