class: RetrievePubCollectionTest

public class: RetrievePubCollectionTest
Author: Miriam Doelle (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2420 $ $LastChangedDate: 2009-04-01 09:; Complexity: 1
Dates: Created: 16.07.2009 15:31:31; Modified: 16.07.2009 15:31:31;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9D728FCA-AB5A-4a9d-ACD0-8170B65BB2E1}
Test for retrieving PubCollection in different ways.
 

Goto: Custom Properties, Fields, Methods

Extends: TestBase

See also: TestBase

Appears in: integration

Connections
 
Custom Properties
 
RetrievePubCollectionTest Attributes
Attribute Details
private static const Logger
  logger
Initial: Logger.getLogger(RetrievePubCollectionTest.class)
Notes: Logger for this class.
private AccountUserVO
  user
private static XmlTransforming
  xmlTransforming
 
RetrievePubCollectionTest Methods
Operation Details
public
getPubCollectionByDepositor():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests retrieving collections by user role.
public
getPubCollectionById():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests retrieving one collection by collection id.
public
getPubCollectionByRoleAndType():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests retrieving collections by user role and collection type.
public
getPubCollectionByType():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Tests retrieving collections by collection type.
public
setUp():void
Sequential
Tags: annotations=@Before
throws=Exception
Notes: Get an XmlTransforming instance and log in as depositor.