Class StarterTests
java.lang.Object
test.de.iip_ecosphere.platform.services.environment.spring.StarterTests
Tests
Starter.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static InputStreamReturns a test yaml application input stream.voidTestsStarter.augmentByAppId(String[], String, java.util.function.Supplier).voidTestsStarter.parseExternConnections(String[], java.util.function.Consumer).
-
Constructor Details
-
StarterTests
public StarterTests()
-
-
Method Details
-
testParseExternConnections
public void testParseExternConnections()TestsStarter.parseExternConnections(String[], java.util.function.Consumer). -
testAugmentByAppId
public void testAugmentByAppId()TestsStarter.augmentByAppId(String[], String, java.util.function.Supplier). -
getYamlFileStream
Returns a test yaml application input stream.- Returns:
- the stream
-