org.mactor.framework.spec
Class TestSpec
java.lang.Object
org.mactor.framework.spec.SpecNode
org.mactor.framework.spec.ContainerSpec
org.mactor.framework.spec.TestSpec
public class TestSpec
- extends ContainerSpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSpec
public TestSpec()
getType
public java.lang.String getType()
- Specified by:
getType
in class SpecNode
asXML
public java.lang.String asXML()
getDelayBeforeStartSeconds
public int getDelayBeforeStartSeconds()
findSpecNode
public SpecNode findSpecNode(java.lang.String nodeName)
loadFromFile
public static TestSpec loadFromFile(java.lang.String name)
throws MactorException
- Throws:
MactorException
loadFromDocument
public static TestSpec loadFromDocument(org.dom4j.Document doc,
java.lang.String name)
throws MactorException
- Throws:
MactorException
addToElement
public org.dom4j.Element addToElement(org.dom4j.Element e)
- Specified by:
addToElement
in class SpecNode
getShortDescription
public java.lang.String getShortDescription()
- Specified by:
getShortDescription
in class SpecNode
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in class SpecNode
Copyright © 2008. All Rights Reserved.