|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Test Case for running XML Script based testing.
Method Summary | |
void |
addFile(java.lang.String xmlFileName)
Add the given XML file to the TestSuite. |
void |
addTest(junit.framework.Test test)
Add the test to this suite. |
java.lang.String |
getFileName()
Returns the filename. |
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 java.lang.String getFileName()
public void addFile(java.lang.String xmlFileName)
xmlFileName
- The name of the test script file to be added.public void addTest(junit.framework.Test test)
test
- test to be added.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |