@Before
public void setupDocument() {
XBELConverterService converterService;
try {
converterService = new XBELConverterServiceImpl();
document = converterService.toCommon(new File(
"../docs/xbel/examples/valid/beldocument_variations.xml"));
} catch (Exception e) {
fail(e.getMessage());
}
}