505152535455565758
super(name); } public void testNonDefaultsUnmarshal() throws Exception { Root root = unmarshalObject(Root.class); String result = root.getElement(); assertEquals("Hello", result); }