Operation |
Details |
public setUp():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | The setUp method for setting the needed values of the variables used in that test. | |
public testReleasePendingPubItem():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test of {@link PubItemPublishing#releasePubItem(ItemRO, java.util.Date, AccountUserVO)} with invald state. | |
public testReleasePubItem():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test of {@link PubItemPublishing#releasePubItem(ItemRO, java.util.Date, AccountUserVO)} | |
public testReleasePubItemWithFile():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test of {@link PubItemPublishing#releasePubItem(ItemRO, java.util.Date, AccountUserVO)} | |
public testWithdrawPendingPubItem():void |
Sequential Tags: | annotations=@Test(expected = PubItemStatusInvalidException.class) throws=Exception
| Notes: | Test of {@link PubItemPublishing#withdrawPubItem(ItemRO, java.util.Date, String, AccountUserVO)} with invalid state. | |
public testWithdrawPubItem():void |
Sequential Tags: | annotations=@Ignore("Expected error not clear.")@Test(expected = ItemNotFoundException.class) throws=Exception
| Notes: | Test of {@link PubItemPublishing#withdrawPubItem(ItemRO, java.util.Date, String, AccountUserVO)} | |
public const testWithdrawReleasedPubItem():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test of {@link PubItemPublishing#withdrawPubItem(ItemRO, java.util.Date, String, AccountUserVO)} with valid state. | |
public const testWithdrawReleasedPubItemWithAdminUser():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test of {@link PubItemPublishing#withdrawPubItem(ItemRO, java.util.Date, String, AccountUserVO)} with valid state. | |
public const testWithdrawReleasedPubItemWithWrongUser():void |
Sequential Tags: | annotations=@Ignore("At the moment, no user exists in the framework who hasn't the rights to withdraw an item.")@Test(expected = SecurityException.class) throws=Exception
| Notes: | Test of {@link PubItemPublishing#withdrawPubItem(ItemRO, java.util.Date, String, AccountUserVO)} with valid state. | |