Interface TestsDocument.Tests

    • Method Detail

      • getTestArray

        TestCase[] getTestArray()
        Gets array of all "test" elements
      • getTestArray

        TestCase getTestArray​(int i)
        Gets ith "test" element
      • sizeOfTestArray

        int sizeOfTestArray()
        Returns number of "test" element
      • setTestArray

        void setTestArray​(TestCase[] testArray)
        Sets array of all "test" element
      • setTestArray

        void setTestArray​(int i,
                          TestCase test)
        Sets ith "test" element
      • insertNewTest

        TestCase insertNewTest​(int i)
        Inserts and returns a new empty value (as xml) as the ith "test" element
      • addNewTest

        TestCase addNewTest()
        Appends and returns a new empty value (as xml) as the last "test" element
      • removeTest

        void removeTest​(int i)
        Removes the ith "test" element