class: TestSemanticStoreHandler

public class: TestSemanticStoreHandler
Author: Peter (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:17:04; Modified: 16.07.2009 15:17:04;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {39F5B014-1D31-4872-94FD-EE53F960717B}
Testcases for the basic service semantic store handler.
 

Goto: Custom Properties, Fields, Methods

Extends: TestItemBase

See also: TestItemBase

Appears in: sb

Connections
 
Custom Properties
 
TestSemanticStoreHandler Attributes
Attribute Details
private Logger
  logger
Initial: Logger.getLogger(getClass())
private static const String
  OUTPUT_FORMAT
Initial: "RDF/XML"
 
TestSemanticStoreHandler Methods
Operation Details
private
createRelatedItems():String
Sequential
Tags: throws=Exception
Notes: Create three items and creates isRevisionOf relations of two of them to the third one.
@return The id of the target item.
public
findObjectIsRevisionOf():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.ssh.SemanticStoreHandlerRemote#spo(java.lang.String)}.
public
findRevisionsOfObject():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.ssh.SemanticStoreHandlerRemote#spo(java.lang.String)}.
public
findTriplesOfIllegalObject():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.ssh.SemanticStoreHandlerRemote#spo(java.lang.String)}.
public
findTriplesOfObject():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test method for {@link de.fiz.escidoc.ssh.SemanticStoreHandlerRemote#spo(java.lang.String)}.