class: TransformContainerTest

public class: TransformContainerTest
Author: Wilhelm Frank (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:14:52; Modified: 16.07.2009 15:14:52;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {990B8D23-327D-41c8-9CDF-E134E86D6BF9}
Test of {@link XmlTransforming} methods for transforming ContainerVOs to XML and back.
 

Goto: Custom Properties, Fields, Methods

Extends: XmlTransformingTestBase

See also: XmlTransformingBean, XmlTransformingTestBase

Appears in: component

Connections
 
Custom Properties
 
TransformContainerTest Attributes
Attribute Details
private static const String
  CONTAINER_LIST_FILE
Initial: TEST_FILE_ROOT + "container_list.xml"
private Logger
  logger
Initial: Logger.getLogger(getClass())
private static const String
  RELEASED_CONTAINER_FILE
Initial: TEST_FILE_ROOT + "released_container.xml"
private static const String
  TEST_FILE_ROOT
Initial: "xmltransforming/component/transformContainerTest/"
private static XmlTransformingBean
  xmlTransforming
Initial: new XmlTransformingBean()
 
TransformContainerTest Methods
Operation Details
public
testTransformContainerListXMLToContainerVOList():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for checking the correct transformation of an container-list[XML] to a List<ContainerVO>.
public
testTransformContainerVOListToContainerListXML():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test of {@link XmlTransforming#transformToContainerList(List)}.
public
testTransformMemberListToMemberListXML():void
Sequential
Tags: annotations=@Test
throws=Exception
public
testTransformReleasedContainerToContainerVOAndCheckPID():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.mpg.escidoc.services.common.xmltransforming.XmlTransformingBean#transformToContainer(java.lang.String)}.
public
testTransformToContainer():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.mpg.escidoc.services.common.XmlTransforming#transformToContainer(java.lang.String)}.