コード例 #1
0
 @After
 public void tearDown() {
   DocumentFacade.printDocument(output);
 }
コード例 #2
0
 @Before
 public void setUp() {
   marshallerFactory = new MarshallerFactoryImpl();
   unmarshaller = new ReflectionUnmarshaller();
   output = DocumentFacade.createDocument();
 }