class: WebServiceTest

public class: WebServiceTest
Author: mfranke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 131 $ $LastChangedDate: 2007-11-21 18:5; Complexity: 1
Dates: Created: 16.07.2009 15:21:34; Modified: 16.07.2009 15:21:34;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {905C68E9-E649-4ee2-9572-361019600E15}
Test class for the SOAP andc REST interface.
 

Goto: Custom Properties, Fields, Methods

Appears in: validation

Custom Properties
 
WebServiceTest Attributes
Attribute Details
private String
  invalidXml
private Logger
  logger
Initial: Logger.getLogger(getClass())
private String
  semiValidXml
private String
  validXml
 
WebServiceTest Methods
Operation Details
public const
getInvalidItemXml():void
Sequential
Tags: annotations=@Before
throws=Exception
Notes: Get an invalid item xml from ressources.
public const
getSemiValidItemXml():void
Sequential
Tags: annotations=@Before
throws=Exception
Notes: Get a semi valid item xml from ressources.
public const
getValidItemXml():void
Sequential
Tags: annotations=@Before
throws=Exception
Notes: Get a valid item xml from ressources.
public const
testInvalidItemRestValidation():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test REST web service with a valid item object.
public const
testSemiValidItemSoapValidation():void
Sequential
Tags: annotations=@Test@Ignore( "This test has to be made runnnable" )
throws=Exception
Notes: FIXME tendres: "This test has to be made runnnable"
public const
testValidItemRestValidation():void
Sequential
Tags: annotations=@Test
throws=Exception
Notes: Test REST web service with a valid item object.
public const
testValidItemSoapValidation():void
Sequential
Tags: annotations=@Test@Ignore( "This test has to be made runnnable" )
throws=Exception
Notes: FIXME tendres: "This test has to be made runnnable"