junit.extensions.xml
Interface IXMLProcedure

All Known Implementing Classes:
XMLProcedure

public interface IXMLProcedure

IXMLProcedure Interface for containing the procedure.

Author:
Kevin Wilson

Method Summary
 org.w3c.dom.Element getElement()
          Get the Element containing the procedure.
 java.lang.String getName()
          Get the name for the test case.
 

Method Detail

getElement

public org.w3c.dom.Element getElement()
Get the Element containing the procedure.

Returns:
Element containting the procedure.

getName

public java.lang.String getName()
Get the name for the test case.

Returns:
name of the test case.


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