Package org.proforma
Class Tests
java.lang.Object
org.proforma.Tests
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTestByTestId
(String testId) findTestByTestType
(String testType) getTests()
Gets the value of the test property.boolean
hasTests()
-
Field Details
-
test
-
-
Constructor Details
-
Tests
public Tests()
-
-
Method Details
-
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
-
findTestByTestId
-
hasTests
public boolean hasTests()
-