@Test
public void testServiceDescription() {
ServiceDescription description = new JhoveIdentification().describe();
Assert.assertTrue("We have no supported pronom IDs", description
.getInputFormats().size() > 0);
System.out.println(description.toXmlFormatted());
}
/*
* To get more informative test reports, we wrap every enum element into its
* own test. We could iterate over the enum elements instead (see below).