Class S3StorageLifecycleDescriptorTest
java.lang.Object
de.iip_ecosphere.platform.deviceMgt.s3mock.S3StorageLifecycleDescriptorTest
Tests the storage factory lifecycle descriptor.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidAsserts and executes the lifecycle descriptor of this extension.voidTests the lifecycle descriptor empty file path setup.voidTests the lifecycle descriptor with file path setup.voidTests the lifecycle descriptor null file path setup.voidTests the lifecycle descriptor no port setup.voidTests the lifecycle descriptor no server setup.
-
Constructor Details
-
S3StorageLifecycleDescriptorTest
public S3StorageLifecycleDescriptorTest()
-
-
Method Details
-
testLifecycleDescriptor_nullServerSetup
public void testLifecycleDescriptor_nullServerSetup()Tests the lifecycle descriptor no server setup. -
testLifecycleDescriptor_noPortServerSetup
public void testLifecycleDescriptor_noPortServerSetup()Tests the lifecycle descriptor no port setup. -
testLifecycleDescriptor_inMemServerSetupNull
public void testLifecycleDescriptor_inMemServerSetupNull()Tests the lifecycle descriptor null file path setup. -
testLifecycleDescriptor_inMemServerSetupEmpty
public void testLifecycleDescriptor_inMemServerSetupEmpty()Tests the lifecycle descriptor empty file path setup. -
testLifecycleDescriptor_inMemServerSetupFile
public void testLifecycleDescriptor_inMemServerSetupFile()Tests the lifecycle descriptor with file path setup. -
assertLifecycleDescriptor
private static void assertLifecycleDescriptor()Asserts and executes the lifecycle descriptor of this extension.
-