Class IvmlKodexMeshTests
java.lang.Object
test.de.iip_ecosphere.platform.configuration.AbstractIvmlTests
test.de.iip_ecosphere.platform.configuration.IvmlKodexMeshTests
Tests the KodexMesh model.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class test.de.iip_ecosphere.platform.configuration.AbstractIvmlTests
AbstractIvmlTests.TestConfigurer -
Field Summary
Fields inherited from class test.de.iip_ecosphere.platform.configuration.AbstractIvmlTests
MODEL_BASE_FOLDER, TEST_BASE_FOLDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests loading, reasoning and instantiating "KodexMesh", a simple, generated service chain for testing the integration of the default platform service KODEX developed by KI-Protect.Methods inherited from class test.de.iip_ecosphere.platform.configuration.AbstractIvmlTests
assertAllFiles, assertDeploymentYaml, assertEcsRuntime, assertFile, assertFileContains, assertJavaDatatype, assertJavaInterface, assertJavaNode, assertLifecycleDescriptor, assertPlatform, assertPythonDatatype, assertPythonDatatypeImpl, assertServiceManager, assertTemplateZip, extractPythonServiceEnv, genApi, genApps, genAppsNoDeps, isIipBuildInitial, pythonSourceCodeCheck, relocateTestModel, setTestMetaModelFolder, setTestModelBase, setTracing
-
Constructor Details
-
IvmlKodexMeshTests
public IvmlKodexMeshTests()
-
-
Method Details
-
testKodexMesh
Tests loading, reasoning and instantiating "KodexMesh", a simple, generated service chain for testing the integration of the default platform service KODEX developed by KI-Protect. Here, we do not instantiate the full platform rather than only the configured apps. Depending on Maven setup/exclusions, this Test may require Java 11.- Throws:
ExecutionException- shall not occurIOException- shall not occur
-