org.objectweb.jonas_ear.deployment.tests
Class EarDeploymentTest
java.lang.Object
org.objectweb.jonas_lib.deployment.tests.AbsDeploymentTest
org.objectweb.jonas_ear.deployment.tests.EarDeploymentTest
public class EarDeploymentTest
- extends AbsDeploymentTest
Defines a class for Ear deployment tests (application.xml)
- Author:
- Helene Joanin, Philippe Coq
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 |
EarDeploymentTest
public EarDeploymentTest()
getTopLevelElement
public AbsElement getTopLevelElement()
throws Exception
- Specified by:
getTopLevelElement
in class AbsDeploymentTest
- Returns:
- Returns the Application XML Element
- Throws:
Exception
- never thrown
parse
public String parse(Reader reader,
String name,
boolean validation)
throws Exception
- Returns the XML document as a String.
- Specified by:
parse
in class AbsDeploymentTest
- Parameters:
reader
- Reader of an application.xml filename
- not usedvalidation
- true/false
- Returns:
- Returns the XML document as a String.
- Throws:
Exception
- when parsing fails
Copyright © 2007 OW2 Consortium. All Rights Reserved.