public void testAfterPropertiesSetNoContextPath() throws Exception { try { JibxMarshaller marshaller = new JibxMarshaller(); marshaller.afterPropertiesSet(); fail("Should have thrown an IllegalArgumentException"); } catch (IllegalArgumentException e) { } }
No comments:
Post a Comment