Uses of Class
com.ibm.fhir.model.resource.TestReport.Test
-
Packages that use TestReport.Test Package Description com.ibm.fhir.model.resource -
-
Uses of TestReport.Test in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReport.Test Modifier and Type Method Description TestReport.Test
TestReport.Test.Builder. build()
Build theTestReport.Test
Methods in com.ibm.fhir.model.resource that return types with arguments of type TestReport.Test Modifier and Type Method Description List<TestReport.Test>
TestReport. getTest()
A test executed from the test script.Methods in com.ibm.fhir.model.resource with parameters of type TestReport.Test Modifier and Type Method Description protected TestReport.Test.Builder
TestReport.Test.Builder. from(TestReport.Test test)
TestReport.Builder
TestReport.Builder. test(TestReport.Test... test)
A test executed from the test script.Method parameters in com.ibm.fhir.model.resource with type arguments of type TestReport.Test Modifier and Type Method Description TestReport.Builder
TestReport.Builder. test(Collection<TestReport.Test> test)
A test executed from the test script.
-