Package org.proforma

Class Tests


  • public class Tests
    extends Object
    • Constructor Detail

      • Tests

        public Tests()
    • Method Detail

      • getTests

        public List<Test> getTests()
        Gets the value of the test property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the test property.

        For example, to add a new item, do as follows:

            getTest().add(newItem);
         

        Objects of the following type(s) are allowed in the list TestType

      • findTestByTestType

        public Test findTestByTestType​(String testType)
      • findTestByTestId

        public Test findTestByTestId​(String testId)
      • hasTests

        public boolean hasTests()