464748495051525354
super(name); } public void testUnmarshal() throws Exception { SpecifiedValue result = unmarshalObject(SpecifiedValue.class); Object actual = result.getNotValue(); assertEquals("Hello", actual); }