class: TransformFacesItemTest

public class: TransformFacesItemTest
Author: Johannes Müller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2007-08-20 19:; Complexity: 1
Dates: Created: 16.07.2009 15:14:54; Modified: 16.07.2009 15:14:54;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A9154CC6-DD2E-4dae-9EC0-02005843DCD6}
Test of {@link XmlTransforming} methods for transforming PubItemVOs to XML and back.
 

Goto: Custom Properties, Fields, Methods

Extends: XmlTransformingTestBase

See also: XmlTransformingBean, XmlTransformingTestBase

Appears in: component

Connections
 
Custom Properties
 
TransformFacesItemTest Attributes
Attribute Details
private Logger
  logger
Initial: Logger.getLogger(getClass())
private static String
  SAVED_ITEM_FILE
Initial: TEST_FILE_ROOT + "item.xml"
private static String
  TEST_FILE_ROOT
Initial: "xmltransforming/component/transformFacesItemTest/"
private static XmlTransformingBean
  xmlTransforming
Initial: new XmlTransformingBean()
 
TransformFacesItemTest Methods
Operation Details
public
testRountripTransformFacesItem():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for checking the identity of a Faces Item after being transformed to an item(VO) and back.
public
testTransformToItemWithComponents():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.mpg.escidoc.services.common.XmlTransforming#transformToItem(java.lang.String)}.