
Class TableDataProvider
java.lang.Object
org.hl7.fhir.r5.testfactory.dataprovider.TableDataProvider
- Direct Known Subclasses:
CSVDataProvider
,ExcelDataProvider
,SQLDataProvider
,ValueSetDataProvider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableDataProvider
public TableDataProvider()
-
-
Method Details
-
columns
-
nextRow
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
cells
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
cell
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
reset
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
forFile
public static TableDataProvider forFile(String path, Locale locale) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-