Package org.proforma

Class Tests

java.lang.Object
org.proforma.Tests

public class Tests extends Object
  • Field Details

  • Constructor Details

    • Tests

      public Tests()
  • Method Details

    • 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()