class: TestRelation

public class: TestRelation
Author: pbroszei (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:16:58; Modified: 16.07.2009 15:16:58;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9FF91D29-8EB5-491b-82BF-79BE08C7326A}
Testcases for the relation part of the basic service ItemHandler.
 

Goto: Custom Properties, Fields, Methods

Extends: TestItemBase

See also: TestItemBase

Appears in: om

Connections
 
Custom Properties
 
TestRelation Attributes
Attribute Details
private Logger
  logger
Initial: Logger.getLogger(getClass())
 
TestRelation Methods
Operation Details
public
addRelationToContentItem():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#addContentRelations
public
addRelationToContentItemNotExisting():void
Sequential
Tags: annotations=@Test(expected = ItemNotFoundException.class)
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#addContentRelations
public
removeRelationFromContentItem():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#removeContentRelations
public
removeRelationFromContentItemNotExisting():void
Sequential
Tags: annotations=@Test(expected = ItemNotFoundException.class)
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#removeContentRelations
public
removeRelationFromContentItemRelationNotExisting():void
Sequential
Tags: annotations=@Test(expected = ContentRelationNotFoundException.class)
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#removeContentRelations
public
retrieveRelationOfContentItem():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#retrieveRelations
public
retrieveRelationOfContentItemNotExisting():void
Sequential
Tags: annotations=@Test(expected = ItemNotFoundException.class)
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#retrieveRelations