|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Test Case Interface for running XML Script based testing.
Method Summary | |
void |
callProcedure(java.lang.String name,
org.w3c.dom.Element callElement)
Call the procedure of (name) passing the attributes associated with the elements. |
java.lang.String |
getName()
Get the name for the test case. |
void |
processChildren(org.w3c.dom.Element element)
Process each child element. |
void |
setName(java.lang.String name)
Set the name for the test case. |
Methods inherited from interface junit.extensions.xml.IXMLTest |
addProcedure, addProperty, clearProperties, getDebug, getProcedure, getProcedureCache, getProperty, getPropertyCache, getPropertyName, getPropertyNames, removeProperty, resolveProperties, setParent |
Methods inherited from interface junit.framework.Test |
countTestCases, run |
Method Detail |
public void setName(java.lang.String name)
name
- Name of the test case.public java.lang.String getName()
public void callProcedure(java.lang.String name, org.w3c.dom.Element callElement) throws XMLException
name
- name of the procedure.callElement
- Source element of the call.
XMLException
- is thrown if the element cannot be understood.public void processChildren(org.w3c.dom.Element element) throws XMLException
element
- Element which has children.
XMLException
- is thrown if the element cannot be understood.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |