Uses of Class
org.openliberty.xmltooling.dst2_1.TestResult

Packages that use TestResult
org.openliberty.xmltooling.dst2_1.ref   
org.openliberty.xmltooling.idsis.dap   
 

Uses of TestResult in org.openliberty.xmltooling.dst2_1.ref
 

Fields in org.openliberty.xmltooling.dst2_1.ref with type parameters of type TestResult
private  org.opensaml.xml.util.XMLObjectChildrenList<TestResult> QueryResponse.testResults
           
 

Methods in org.openliberty.xmltooling.dst2_1.ref that return types with arguments of type TestResult
 org.opensaml.xml.util.XMLObjectChildrenList<TestResult> QueryResponse.getTestResults()
           
 

Uses of TestResult in org.openliberty.xmltooling.idsis.dap
 

Fields in org.openliberty.xmltooling.idsis.dap with type parameters of type TestResult
private  org.opensaml.xml.util.XMLObjectChildrenList<TestResult> DAPQueryResponse.testResults
           
 

Methods in org.openliberty.xmltooling.idsis.dap that return types with arguments of type TestResult
 org.opensaml.xml.util.XMLObjectChildrenList<TestResult> DAPQueryResponse.getTestResults()