|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.test.util.ElementUtil
public abstract class ElementUtil
Describe class ElementUtil here. Created: Wed May 18 16:45:12 2005
| Method Summary | |
|---|---|
static boolean |
checkTestVariable(String expected,
String received,
Map<String,String> stanza_variables)
Method description |
static EqualError |
equalElems(tigase.xml.Element el1,
tigase.xml.Element el2)
Method description |
static EqualError |
equalElems(tigase.xml.Element el1,
tigase.xml.Element el2,
Map<String,String> stanza_variables)
Method description |
static EqualError |
equalElemsDeep(tigase.xml.Element el1,
tigase.xml.Element el2)
Method description |
static EqualError |
equalElemsDeep(tigase.xml.Element el1,
tigase.xml.Element el2,
Map<String,String> stanza_variables)
Method description |
static boolean |
hasAttributes(tigase.xml.Element elem,
Attribute[] attrs)
Method description |
static boolean |
hasAttributes(tigase.xml.Element elem,
Attribute[] attrs,
Map<String,String> test_vars)
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean checkTestVariable(String expected,
String received,
Map<String,String> stanza_variables)
expected - received - stanza_variables -
public static EqualError equalElems(tigase.xml.Element el1,
tigase.xml.Element el2)
el1 - el2 -
public static EqualError equalElems(tigase.xml.Element el1,
tigase.xml.Element el2,
Map<String,String> stanza_variables)
el1 - el2 - stanza_variables -
public static EqualError equalElemsDeep(tigase.xml.Element el1,
tigase.xml.Element el2)
el1 - el2 -
public static EqualError equalElemsDeep(tigase.xml.Element el1,
tigase.xml.Element el2,
Map<String,String> stanza_variables)
el1 - el2 - stanza_variables -
public static boolean hasAttributes(tigase.xml.Element elem,
Attribute[] attrs)
elem - attrs -
public static boolean hasAttributes(tigase.xml.Element elem,
Attribute[] attrs,
Map<String,String> test_vars)
elem - attrs - test_vars -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||