public class StorageFactoryDescriptorTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup |
configuration |
| Constructor and Description |
|---|
StorageFactoryDescriptorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
createRuntimeStorage_withConfiguration_createsStorage()
Tests that creating a runtime storage with configuration also creates a storage.
|
void |
createRuntimeStorage_withInvalidConfiguration_returnsNull()
Tests that creating a runtime storage with invalid configuration does not create a storage.
|
void |
createRuntimeStorage_withServiceProvider_usesServiceProvider()
Tests that creating a runtime storage with service provide uses the service provider.
|
void |
createStorages_withoutServiceProvider_isJSL()
Tests that creating a runtime storage leads to the JSL-configured storage.
|
void |
setUp()
Configures the test.
|
public void setUp()
public void createRuntimeStorage_withConfiguration_createsStorage()
public void createRuntimeStorage_withInvalidConfiguration_returnsNull()
public void createRuntimeStorage_withServiceProvider_usesServiceProvider()
public void createStorages_withoutServiceProvider_isJSL()
Copyright © 2022. All rights reserved.