}
@Test
public void testMapped() throws DatatypeConfigurationException {
Parser parser = new Parser();
DefaultMappedSimple defaultMappedSimple = new DefaultMappedSimple();
Date date = new Date();
defaultMappedSimple.dateValue = date;
defaultMappedSimple.longValue = 1L;
defaultMappedSimple.string = "stringValue";