public abstract class XMPPTestCase extends Object
| Constructor and Description |
|---|
XMPPTestCase()
Constructs ...
|
XMPPTestCase(String sourceFile) |
| Modifier and Type | Method and Description |
|---|---|
static EqualError |
equalElems(tigase.xml.Element el1,
tigase.xml.Element el2)
Method description
|
static EqualError |
equalElemsDeep(tigase.xml.Element el1,
tigase.xml.Element el2)
Method description
|
static boolean |
hasAttributes(tigase.xml.Element elem,
Attribute[] attrs)
Method description
|
static boolean |
isScriptValid(Collection<ScriptFileLoader.StanzaEntry> entries)
Method description
|
static void |
main(String[] args)
Method description
|
void |
test(JUnitXMLIO xmlio)
Method description
|
void |
test(JUnitXMLIO xmlio,
Long wait)
Method description
|
static void |
test(String configFile,
JUnitXMLIO xmlio)
Method description
|
static void |
test(String configFile,
JUnitXMLIO xmlio,
Long wait)
Method run test.
|
public XMPPTestCase()
public XMPPTestCase(String sourceFile)
sourceFile - file with test scriptpublic static EqualError equalElems(tigase.xml.Element el1, tigase.xml.Element el2)
el1 - el2 - public static EqualError equalElemsDeep(tigase.xml.Element el1, tigase.xml.Element el2)
el1 - el2 - public static boolean hasAttributes(tigase.xml.Element elem,
Attribute[] attrs)
elem - attrs - public static boolean isScriptValid(Collection<ScriptFileLoader.StanzaEntry> entries)
entries - public static void main(String[] args)
args - public static void test(String configFile, JUnitXMLIO xmlio)
configFile - xmlio - public static void test(String configFile, JUnitXMLIO xmlio, Long wait)
configFile - xmlio - wait - public void test(JUnitXMLIO xmlio)
xmlio - public void test(JUnitXMLIO xmlio, Long wait)
xmlio - wait - Copyright © 2005–2015 Tigase. All rights reserved.