class: EncodingTest

public class: EncodingTest
Author: Michael Franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 436 $ $LastChangedDate: 2007-09-04 11:3; Complexity: 1
Dates: Created: 16.07.2009 15:15:12; Modified: 16.07.2009 15:15:12;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {29E1CAB7-1682-4cc2-9A7C-A8E088DC268F}
JUnit tests for the encoding of the communication between the framework and the common logic and inside the transforming.
 

Goto: Custom Properties, Fields, Methods

Extends: TestBase

See also: AccountUserVO, XmlTransforming, TestBase

Appears in: encoding

Connections
 
Custom Properties
 
EncodingTest Attributes
Attribute Details
private static const Logger
  LOGGER
Initial: Logger.getLogger(EncodingTest.class)
private String
  userHandle
private AccountUserVO
  userVO
private String
  userXml
private XmlTransforming
  xmlTransforming
 
EncodingTest Methods
Operation Details
private
createItem(
   String itemXml):String
Sequential
Tags: throws=Exception
Notes: Creates an item in the framework.
@param itemId The id of the item.
public const
createItem():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test.
private
retrieveItem(
   String itemId):String
Sequential
Tags: throws=Exception
Notes: TODO FRM: Eliminate warning
private
saveItem(
   String itemId,
   String itemXml):String
Sequential
Tags: throws=Exception
Notes: TODO FRM: Eliminate warning
public const
setUp():void
Sequential
Tags: annotations=@Before
throws=Exception
Notes: Login user and map transforming.
public const
tearDown():void
Sequential
Tags: annotations=@After
throws=Exception
Notes: Logout user after tests.