/** {@inheritDoc} */
  @Test
  public void testSingleElementUnmarshall() {
    Description name = (Description) unmarshallElement(singleElementFile);

    Assert.assertEquals(name.getValue(), expectValue, "Name was not expected value");
    Assert.assertEquals(name.getXMLLang(), expectLang, "xml:lang was not expected value");
  }