Operation |
Details |
private getInvalidItemVO():PubItemVO |
Sequential Notes: | Get an invalid item VO from the ressources. @return Item VO. | |
public const getInvalidItemXml():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Get an invalid item xml from ressources. | |
public const getTransformer():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Init transforming bean. | |
public const getValidator():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Init validator bean. | |
private getValidItemVO():PubItemVO |
Sequential Notes: | Get a valid item VO from the ressources. @return Item VO. | |
public const getValidItemXml():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Get a valid item xml from ressources. | |
public const testInvalidItemVOValidation():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test service with an invalid item object. | |
public const testInvalidItemXmlValidation():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test service with an invalid item XML. | |
public const testRefreshValidationCache():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test service with an invalid item XML. | |
public const testValidItemVOValidation():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test service with a valid item object. | |
public const testValidItemXmlValidation():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test service with a valid item XML. | |