Operation |
Details |
private createItem( String userHandle):PubItemVO |
Sequential Tags: | throws=TechnicalException,ServiceException,RemoteException,URISyntaxException
| |
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 testTransformPubItemVersionList():void |
Sequential Tags: | annotations=@Test@Ignore throws=Exception
| |
private updateItem( PubItemVO itemVO, String userHandle):PubItemVO |
Sequential Tags: | throws=TechnicalException,ServiceException,RemoteException,URISyntaxException
| |