Operation |
Details |
private createItem( String itemXml):String |
Sequential Notes: | Creates an item in the framework. @param itemId The id of the item. | |
public const createItem():void |
Sequential Tags: | annotations=@Test throws=Exception
| |
private retrieveItem( String itemId):String |
Sequential Notes: | TODO FRM: Eliminate warning | |
private saveItem( String itemId, String itemXml):String |
Sequential 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. | |