Operation |
Details |
public createContainer():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#create(java.lang.String)}. | |
public deleteContainer():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#delete(java.lang.String)}. | |
public deleteContainerNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ContainerNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#delete(java.lang.String)}. | |
public modifyContainer():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#update(java.lang.String,java.lang.String)}. | |
public retrieveContainer():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#retrieve(java.lang.String)}. | |
public retrieveContainerByPid():void |
Sequential Tags: | annotations=@Ignore("Because of bug #xxx")@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#retrieve(java.lang.String)}. | |
public retrieveContainerHistory():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#retrieveVersionHistory(java.lang.String)}. | |
public retrieveContainerHistoryNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ContainerNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#retrieveVersionHistory(java.lang.String)}. | |
public retrieveContainerNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ContainerNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#retrieve(java.lang.String)}. | |
public updateContainer():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#update(java.lang.String,java.lang.String)}. | |
public updateContainerNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ContainerNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ContainerHandlerLocal#update(java.lang.String,java.lang.String)}. | |