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.TestTestReport.Test.Builder. build()Build theTestReport.TestMethods in com.ibm.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 com.ibm.fhir.model.resource with parameters of type TestReport.Test Modifier and Type Method Description protected TestReport.Test.BuilderTestReport.Test.Builder. from(TestReport.Test test)TestReport.BuilderTestReport.Builder. test(TestReport.Test... test)A test executed from the test script.protected voidTestReport.Test.Builder. validate(TestReport.Test test)Method parameters in com.ibm.fhir.model.resource with type arguments of type TestReport.Test Modifier and Type Method Description TestReport.BuilderTestReport.Builder. test(java.util.Collection<TestReport.Test> test)A test executed from the test script.
-