Uses of Class
org.linuxforhealth.fhir.model.resource.TestReport.Test
-
Packages that use TestReport.Test Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestReport.Test in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestReport.Test Modifier and Type Method Description TestReport.Test
TestReport.Test.Builder. build()
Build theTestReport.Test
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type TestReport.Test Modifier and Type Method Description java.util.List<TestReport.Test>
TestReport. getTest()
A test executed from the test script.Methods in org.linuxforhealth.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.protected void
TestReport.Test.Builder. validate(TestReport.Test test)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestReport.Test Modifier and Type Method Description TestReport.Builder
TestReport.Builder. test(java.util.Collection<TestReport.Test> test)
A test executed from the test script.
-