class: StructuredExportTest

public class: StructuredExportTest
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:17; Modified: 16.07.2009 15:20:17;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {12756C3C-E321-4932-9D93-BD1C6D1D3788}
 

Goto: Custom Properties, Fields, Methods

See also: StructuredExport

Appears in: test

Connections
 
Custom Properties
 
StructuredExportTest Attributes
Attribute Details
private StructuredExport
  export
Initial: new StructuredExport()
public static const HashMap
  ITEM_LISTS_FILE_MAMES
Initial: new HashMap() { { put("ENDNOTE", "src/test/resources/item_test_bibtex.xml"); put("BIBTEX", "src/test/resources/item_test_bibtex.xml"); put("XML", "src/test/resources/item_test_bibtex.xml"); put("CSV", "src/test/resources/faces_item-list.xml"); // put("BAD_ITEM_LIST", "src/test/resources/item_publication_bad.xml"); } }
private static HashMap
  itemLists
private Logger
  logger
Initial: Logger.getLogger(StructuredExportTest.class)
 
StructuredExportTest Methods
Operation Details
public const static
getItemLists():void
Sequential
Tags: annotations=@BeforeClass
throws=Exception
Notes: Get test item list from XML
public const
testBadItemsListEndNoteExport():void
Sequential
Tags: annotations=@Test(expected = StructuredExportManagerException.class)@Ignore
throws=Exception
Notes: Test service with a non-valid item list XML.
public const
testExplainExport():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test explainExport XML file
public const
testFormatList():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test list of export formats
public const
testStructuredExports():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test service with a item list XML.