- testAllTrack() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
-
- testCSVReaderConvertHeader() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
-
Tests the method for the conversion of a CSV file into a map of the CSVReader, in the case that the CSV file
has a header.
- testCSVReaderConvertHeaderOptions() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
-
Tests the implementation of the CSVReader when the data types are passed as options.
- testCSVReaderConvertNoHeader() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
-
Tests the method for the conversion of a CSV file into a map of the CSVReader, in the case that the CSV file
has NO header.
- testCSVReaderConvertNOHeaderOptions() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
-
Tests the implementation of the CSVReader when the data types are passed as options.
- testCSVReaderCreation() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
-
Tests the activation of the CSVReader
- testCSVReaderInputStreamConvertHeaderOptions() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
-
Check the CSVReader convert method when passing an InputStream instead of a file as parameter.
- testCSVReaderInputStreamConvertNOHeaderOptions() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
-
Tests the implementation of the CSVReader when an InputStream is passed instead of a File
In this case the data should be saved with the corresponding data type.
- testEndDate() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
-
- testIdTag() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
-
- testInfluxDBCreateDB() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Tests the DB creation through the InfluxDBService.
- testInfluxdbEntryHelperCreation() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
-
Tests the activation of the InfluxDBEntryHelper
- testInfluxdbEntryHelperOK() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
-
Tests the method for the setup of the InfluxDBEntry in the InfluxDBEntryHelper.
- testInfluxDBEObjMapper() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
-
Tests the correct implementation of the InfluxEObjectMapper to retrieve data from the influxDB in
form of EObject of a given EClass
- testInsertSmartCityData() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
-
To insert the traffic data from Mark app.
- testNoFields() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
-
If no fields keys are passed, no InfluxDBEntry will be set.
- testNoPointDate() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
-
- testOkDate() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
-
- testServiceEnvConfig() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Tests the connection to the InfluxDB using username and password from environmental variables
instead of from configuration.
- testServiceURLConfig() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Tests the connection to the InfluxDB Service when an URL is specified
- testServiceURLEnvConfig() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Tests the connection to the InfluxDB Service when an URL is specified in an env variable
- testStartDate() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
-
- testTimeShift() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
InfluxDB does not support time shift series, thus we provide a work-around for this issue, in case the user
wants to plot two time series, registered at different times, in the same time range.
- testWithNoMeasurement() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
-
If the "measurement" parameter is set to null, no InfluxDBEntry will be set.
- testWriteFromCSVConverter() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Writes points starting from a CSV file and using the CSVReader to convert it into a more suitable format for
the InfluxDBService.
- testWriteFromCSVConverterOptions() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Writes points starting from a CSV file and using the CSVReader to convert it into a more suitable format for
the InfluxDBService.
- testWriteSinglePoint() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Tests the writeSinglePoint() of the InfluxDBService and the corresponding InfluxDBEntry
- testWriteTimeSeries() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Tests the writeTimeSeries() of the InfluxDBService and the corresponding InfluxDBEntry
- testWriteWithTimeShift() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
-
Tests the writeWithTimeShift() of the InfluxDBService and the corresponding InfluxDBEntry
- testWrongTag() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
-
If a tag key is passed but this does not match any keys in the passed map, it will be removed from the tags to be
set in the InfluxDBEntry and will not be set.