Class JDFTestPool

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFTestPool
    extends JDFAutoTestPool
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFTestPool

        public JDFTestPool​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                           java.lang.String qualifiedName)
                    throws org.w3c.dom.DOMException
        Constructor for JDFTestPool
        Parameters:
        ownerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFTestPool

        public JDFTestPool​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                           java.lang.String myNamespaceURI,
                           java.lang.String qualifiedName)
                    throws org.w3c.dom.DOMException
        Constructor for JDFTestPool
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFTestPool

        public JDFTestPool​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                           java.lang.String myNamespaceURI,
                           java.lang.String qualifiedName,
                           java.lang.String myLocalName)
                    throws org.w3c.dom.DOMException
        Constructor for JDFTestPool
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
        Throws:
        org.w3c.dom.DOMException
    • Method Detail

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • getTest

        public JDFTest getTest​(java.lang.String idTest)
        get element Test with ID idTest
        Parameters:
        idTest - ID attribute of the test element
        Returns:
        JDFTest - the element
      • appendTestTerm

        public JDFTest appendTestTerm​(JDFTerm.EnumTerm term)
        append element Test
        Parameters:
        term - type of term to append to this test
        Returns:
        JDFTest - the appended element