Operation |
Details |
private createAndOpenAffiliation( String adminUserHandle2, String affiliationTitle):AffiliationVO |
Sequential |
private createAndReleaseContainer( String userHandle, String containerTitle):ContainerVO |
Sequential Tags: | throws=TechnicalException,ServiceException,URISyntaxException,IOException
| |
private createAndReleaseItem( String userHandle, String itemTitle):PubItemVO |
Sequential Tags: | throws=TechnicalException,ServiceException,RemoteException,URISyntaxException
| |
protected getModificationDate( String item):String |
Sequential Notes: | Extracts the modification date of a item from the given XML. @return The modification date of the item. | |
private search( String query, String index):SearchRetrieveResponseType |
Sequential Tags: | throws=TechnicalException
| |
public setUp():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Logs in as depositor and retrieves his grants (before every single test method). | |
public static setUpBeforeClass():void |
Sequential Tags: | annotations=@BeforeClass throws=Exception
| Notes: | Get an {@link XmlTransforming} instance once. | |
public tearDown():void |
Sequential Tags: | annotations=@After throws=Exception
| Notes: | Logs out (after every single test method). | |
public testTransformAffiliationResultToAffiliationVO():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Creates released an organizational unit, then searches for it and transforms the result. Afterwards, the organizational unit is closed. | |
public testTransformContainerResultToContainerVO():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Creates released a container, then searches for it and transforms the result. Afterwards, the container is withdrawn. | |
public testTransformPubItemResultListToItemList():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Creates released items, then searches for them and transforms the result. | |