@After public void tearDown() { DocumentFacade.printDocument(output); }
@Before public void setUp() { marshallerFactory = new MarshallerFactoryImpl(); unmarshaller = new ReflectionUnmarshaller(); output = DocumentFacade.createDocument(); }