| java.lang.Object org.objectweb.jonas_lib.deployment.tests.AbsDeploymentTest org.objectweb.jonas_ear.deployment.tests.EarDeploymentTest
EarDeploymentTest | public class EarDeploymentTest extends AbsDeploymentTest (Code) | | Defines a class for Ear deployment tests (application.xml)
author: Helene Joanin author: Philippe Coq |
parse | public String parse(Reader reader, String name, boolean validation) throws Exception(Code) | | Returns the XML document as a String.
Parameters: reader - Reader of an application.xml file Parameters: name - not used Parameters: validation - true/false Returns the XML document as a String. throws: Exception - when parsing fails |
Methods inherited from org.objectweb.jonas_lib.deployment.tests.AbsDeploymentTest | protected void addElement(Element element, Method method, Class[] argsMethod, boolean random) throws Exception(Code)(Java Doc) protected boolean aleatOK()(Code)(Java Doc) protected void checkDiff(String xmlOriginal, String xmlParsed) throws Exception(Code)(Java Doc) protected String convertUpperCaseToXml(String name)(Code)(Java Doc) public void fill(Element element, boolean random) throws Exception(Code)(Java Doc) protected void fillQName(Element element, Method method, boolean random) throws Exception(Code)(Java Doc) protected void fillString(Element element, Method method, boolean random) throws Exception(Code)(Java Doc) protected String getNameCounterForElement(Element element, Method method)(Code)(Java Doc) abstract public AbsElement getTopLevelElement() throws Exception(Code)(Java Doc) protected int nbAleat()(Code)(Java Doc) abstract public String parse(Reader reader, String name, boolean validation) throws Exception(Code)(Java Doc) public void parseElement() throws Exception(Code)(Java Doc) public void parseXmlfromFile(String fileName) throws Exception(Code)(Java Doc) protected void setElement(Element element, Method method, Class[] argsMethod, boolean random) throws Exception(Code)(Java Doc) public void startTest(boolean random) throws Exception(Code)(Java Doc) public void stress() throws Exception(Code)(Java Doc)
|
|
|