org.objectweb.jonas_ws.deployment.tests
Class WsDeploymentTest

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.tests.AbsDeploymentTest
      extended by org.objectweb.jonas_ws.deployment.tests.WsDeploymentTest

public class WsDeploymentTest
extends AbsDeploymentTest

Defines a class for Web Services deployment tests

Author:
Helene Joanin, Philipe Coq

Constructor Summary
WsDeploymentTest()
           
 
Method Summary
 AbsElement getTopLevelElement()
           
 java.lang.String parse(java.io.Reader reader, java.lang.String name, boolean validation)
           
 void parseJaxrcpMappingElement()
          Gets the xml after digester parsing
 void startJaxrpcMappingTest(boolean random)
          Defines the function for the jaxrpc-mapping test
 
Methods inherited from class org.objectweb.jonas_lib.deployment.tests.AbsDeploymentTest
addElement, aleatOK, checkDiff, convertUpperCaseToXml, fill, fillQName, fillString, getNameCounterForElement, nbAleat, parseElement, parseXmlfromFile, setElement, startTest, stress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsDeploymentTest

public WsDeploymentTest()
Method Detail

getTopLevelElement

public AbsElement getTopLevelElement()
                              throws java.lang.Exception
Specified by:
getTopLevelElement in class AbsDeploymentTest
Throws:
java.lang.Exception

parse

public java.lang.String parse(java.io.Reader reader,
                              java.lang.String name,
                              boolean validation)
                       throws java.lang.Exception
Specified by:
parse in class AbsDeploymentTest
Throws:
java.lang.Exception

startJaxrpcMappingTest

public void startJaxrpcMappingTest(boolean random)
                            throws java.lang.Exception
Defines the function for the jaxrpc-mapping test

Parameters:
random - use random or not to fill elements
Throws:
java.lang.Exception - if the test failed

parseJaxrcpMappingElement

public void parseJaxrcpMappingElement()
                               throws java.lang.Exception
Gets the xml after digester parsing

Throws:
java.lang.Exception - if the parsing fail