Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- A_DEVICE - Static variable in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
- addDevice_withAlreadyRegisteredDevice_updatesDevice() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that adding an already registered device updates the device.
- addDevice_withNoDeviceIdentifier_wontAddDevice() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that adding a device with no identifier does not cause adding the device.
- addDevice_withNoIp_wontAddDevice() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that adding a device with no IP does not cause adding the device.
- AllTests - Class in de.iip_ecosphere.platform.deviceMgt.basicReg
-
Defines the tests to be executed.
- AllTests() - Constructor for class de.iip_ecosphere.platform.deviceMgt.basicReg.AllTests
- AN_IP - Static variable in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
- ANOTHER_DEVICE - Static variable in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
- ANOTHER_IP - Static variable in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
B
- BasicDeviceRegistryTest - Class in de.iip_ecosphere.platform.deviceMgt.basicReg
-
Tests the basic registry.
- BasicDeviceRegistryTest() - Constructor for class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
D
- de.iip_ecosphere.platform.deviceMgt.basicReg - package de.iip_ecosphere.platform.deviceMgt.basicReg
- deviceRegistry - Variable in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
G
- getDevice_withInvalidId_returnsNull() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that requesting a device with invalid ID returns null.
- getDevice_withValidId_returnsDevice() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that requesting a device with valid ID returns the device.
- getDeviceByManagedId_withInvalidId_returnsNull() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that requesting a managed device with invalid ID returns null.
- getDeviceByManagedId_withValidId_returnsDevice() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that requesting a managed device with valid ID returns the device.
- getDevices_withTwoDevices_shouldReturnListWithTwoIds() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that requesting devices with two devices returns a list with two IDs.
- getIds_withTwoDevices_shouldReturnListWithTwoIds() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Cleans up after testing.
- getManagedIds_withTwoDevices_shouldReturnListWithTwoIds() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that requesting managed devices with two devices returns a list with two IDs.
I
- imAlive_sendImAliveAsTelemetry() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that heartbeats with a valid device leads to telemetry.
- imAlive_withUnknownDevice_shouldNotSendImAliveAsTelemetry() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that heartbeats with unknown device does not lead to telemetry.
R
- removeDevice_withNoDevice_wontRemoveDevice() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that removing an invalid device (no device information) does not remove a device.
- removeDevice_withValidDevice_addRemovesDevice() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that removing an valid device adds/removes the device.
S
- sendTelemetry_withValidData_shouldSaveTelemetry() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Tests that sending valid telemetry leads to saved data.
- setUp() - Method in class de.iip_ecosphere.platform.deviceMgt.basicReg.BasicDeviceRegistryTest
-
Configures the test before running.
All Classes and Interfaces|All Packages|Constant Field Values