junit.extensions.xml
Class XMLProcedure

java.lang.Object
  extended byjunit.extensions.xml.XMLProcedure
All Implemented Interfaces:
IXMLProcedure, XMLConstants

public class XMLProcedure
extends java.lang.Object
implements IXMLProcedure, XMLConstants

XMLProcedure Interface for containing the procedure.

Author:
Kevin Wilson

Field Summary
private  org.w3c.dom.Element m_element
          Element of the procedure definition.
 
Fields inherited from interface junit.extensions.xml.XMLConstants
ACTION, ACTUALOBJ, ACTUALREFID, ADD, ASSERTENABLED, ASSERTEQUALS, ASSERTNOTEQUALS, ASSERTNOTNULL, ASSERTNOTSAME, ASSERTNULL, ASSERTSAME, CALL, CASE, CHOOSE, CLASSNAME, COLUMN, CONFIRM, DEBUG, DEFAULT, DELIMITER, DIALOG, DUMP, ECHO, ENABLED, ENCODING, EVALUATE, EXPECTEDOBJ, EXPECTEDREFID, FAIL, FILE, FOCUS, FOREACH, ID, INDEX, JFCFILELOC, LESSTHAN, LISTITEM, LOG, MARK, MESSAGE, METHOD, MODE, NAME, OTHERWISE, PATHREFID, PROCEDURE, PROPERTY, RECURSIVE, REFID, RELATIVE, REMOVE, ROW, SAVE, STDERR, STDOUT, STOPWATCH, SUITE, SWITCH, TABLECELL, TAGHANDLERS, TAGNAME, TEST, TYPE, USERE, VALUE, WHEN, WHILE
 
Constructor Summary
XMLProcedure(org.w3c.dom.Element e)
          Constructor.
 
Method Summary
 org.w3c.dom.Element getElement()
          Get the Element containing the procedure.
 java.lang.String getName()
          Get the name for the test case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_element

private org.w3c.dom.Element m_element
Element of the procedure definition.

Constructor Detail

XMLProcedure

public XMLProcedure(org.w3c.dom.Element e)
Constructor.

Parameters:
e - Element must be a procedure definition.
Method Detail

getElement

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

Specified by:
getElement in interface IXMLProcedure
Returns:
Element containting the procedure.

getName

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

Specified by:
getName in interface IXMLProcedure
Returns:
name of the test case.


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