Class DescriptorUtilsTest
- java.lang.Object
-
- test.de.iip_ecosphere.platform.services.spring.DescriptorUtilsTest
-
public class DescriptorUtilsTest extends java.lang.ObjectTests uncovered aspects ofDescriptorUtils.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description DescriptorUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreateStandaloneCommandArgs()Tests creating standalone command line arguments.voidtestReadFromClasspath()Tests reading a service deployment descriptor from classpath.voidtestResourceLoader()Tries loading a resource from BOOT-INF/classes (in resources folder), descriptor comes via services.environment.spring.
-
-
-
Method Detail
-
testReadFromClasspath
public void testReadFromClasspath() throws java.util.concurrent.ExecutionExceptionTests reading a service deployment descriptor from classpath.- Throws:
java.util.concurrent.ExecutionException- shall not occur
-
testCreateStandaloneCommandArgs
public void testCreateStandaloneCommandArgs() throws java.util.concurrent.ExecutionExceptionTests creating standalone command line arguments.- Throws:
java.util.concurrent.ExecutionException- shall not occur
-
testResourceLoader
public void testResourceLoader()
Tries loading a resource from BOOT-INF/classes (in resources folder), descriptor comes via services.environment.spring.
-
-