Interface TestCase.Files

    • Method Detail

      • getFileArray

        FileDesc[] getFileArray()
        Gets array of all "file" elements
      • getFileArray

        FileDesc getFileArray​(int i)
        Gets ith "file" element
      • sizeOfFileArray

        int sizeOfFileArray()
        Returns number of "file" element
      • setFileArray

        void setFileArray​(FileDesc[] fileArray)
        Sets array of all "file" element
      • setFileArray

        void setFileArray​(int i,
                          FileDesc file)
        Sets ith "file" element
      • insertNewFile

        FileDesc insertNewFile​(int i)
        Inserts and returns a new empty value (as xml) as the ith "file" element
      • addNewFile

        FileDesc addNewFile()
        Appends and returns a new empty value (as xml) as the last "file" element
      • removeFile

        void removeFile​(int i)
        Removes the ith "file" element