Class StorageFactoryTest
java.lang.Object
de.iip_ecosphere.platform.deviceMgt.storage.StorageFactoryTest
Tests the storage factory.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests that creating a runtime storage without service provider leads to null as storage implementation.voidsetUp()Configures the test.
-
Field Details
-
configuration
private de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup configuration
-
-
Constructor Details
-
StorageFactoryTest
public StorageFactoryTest()
-
-
Method Details
-
setUp
public void setUp()Configures the test. -
createStorages_withoutServiceProvider_isNull
public void createStorages_withoutServiceProvider_isNull()Tests that creating a runtime storage without service provider leads to null as storage implementation.
-