Skip navigation links
Data In Motion GmbH
C D I O T 

C

CSVReaderIntegrationTest - Class in org.gecko.influxdb.tests
Integration Tests for the CSVReader
CSVReaderIntegrationTest() - Constructor for class org.gecko.influxdb.tests.CSVReaderIntegrationTest
Creates a new instance.

D

doAfter() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
Here you can put everything you want to be exectued after every test
doAfter() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
Here you can put everything you want to be exectued after every test
doAfter() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
Here you can put everything you want to be executed after every test
doAfter() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
Here you can put everything you want to be exectued after every test
doBefore() - Method in class org.gecko.influxdb.tests.CSVReaderIntegrationTest
Here you can put everything you want to be exectued before every test
doBefore() - Method in class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
Here you can put everything you want to be exectued before every test
doBefore() - Method in class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
Here you can put everything you want to be executed before every test
doBefore() - Method in class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
Here you can put everything you want to be exectued before every test

I

InfluxDBEntryHelperIntegrationTest - Class in org.gecko.influxdb.tests
Integration Tests for the InfluxDBEntryHelper
InfluxDBEntryHelperIntegrationTest() - Constructor for class org.gecko.influxdb.tests.InfluxDBEntryHelperIntegrationTest
Creates a new instance.
InfluxDBEObjMapperIntegrationTest - Class in org.gecko.influxdb.tests
Integration Tests for the InfluxEObjectMapper
InfluxDBEObjMapperIntegrationTest() - Constructor for class org.gecko.influxdb.tests.InfluxDBEObjMapperIntegrationTest
Creates a new instance.
InfluxDBServiceIntegrationTest - Class in org.gecko.influxdb.tests
Integration Tests for the InfluxDBService
InfluxDBServiceIntegrationTest() - Constructor for class org.gecko.influxdb.tests.InfluxDBServiceIntegrationTest
Creates a new instance.

O

org.gecko.influxdb.tests - package org.gecko.influxdb.tests
 

T

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.
C D I O T 
Data In Motion GmbH all rights reserved

Data In Motion GmbH all rights reserved