Class XMPPTestCase


  • public abstract class XMPPTestCase
    extends Object
    Class description
    Version:
    Enter version here..., 13/02/20
    Author:
    Enter your name here...
    • Constructor Detail

      • XMPPTestCase

        public XMPPTestCase()
        Constructs ...
      • XMPPTestCase

        public XMPPTestCase​(String sourceFile)
        Parameters:
        sourceFile - file with test script
    • Method Detail

      • equalElems

        public static EqualError equalElems​(tigase.xml.Element el1,
                                            tigase.xml.Element el2)
        Method description
        Parameters:
        el1 -
        el2 -
        Returns:
      • equalElemsDeep

        public static EqualError equalElemsDeep​(tigase.xml.Element el1,
                                                tigase.xml.Element el2)
        Method description
        Parameters:
        el1 -
        el2 -
        Returns:
      • hasAttributes

        public static boolean hasAttributes​(tigase.xml.Element elem,
                                            Attribute[] attrs)
        Method description
        Parameters:
        elem -
        attrs -
        Returns:
      • main

        public static void main​(String[] args)
        Method description
        Parameters:
        args -
      • test

        public static void test​(String configFile,
                                JUnitXMLIO xmlio)
        Method description
        Parameters:
        configFile -
        xmlio -
      • test

        public static void test​(String configFile,
                                JUnitXMLIO xmlio,
                                Long wait)
        Method run test.
        Parameters:
        configFile -
        xmlio -
        wait -
      • test

        public void test​(JUnitXMLIO xmlio)
        Method description
        Parameters:
        xmlio -
      • test

        public void test​(JUnitXMLIO xmlio,
                         Long wait)
        Method description
        Parameters:
        xmlio -
        wait -