junit.extensions.xml
Interface IXMLTestSuite

All Superinterfaces:
IXMLTest, junit.framework.Test
All Known Implementing Classes:
XMLTestSuite

public interface IXMLTestSuite
extends IXMLTest

Test Case for running XML Script based testing.

Author:
Kevin Wilson

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

getFileName

public java.lang.String getFileName()
Returns the filename.

Returns:
String The name of the test xml script file

addFile

public void addFile(java.lang.String xmlFileName)
Add the given XML file to the TestSuite.

Parameters:
xmlFileName - The name of the test script file to be added.

addTest

public void addTest(junit.framework.Test test)
Add the test to this suite.

Parameters:
test - test to be added.


Licensed under: GNU Lesser General Public License, Ver 2.1, February 1999