Class IvmlSimpleMeshTests
java.lang.Object
test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractIvmlTests
test.de.iip_ecosphere.platform.configuration.easyProducer.IvmlSimpleMeshTests
Tests the SimpleMesh model.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractIvmlTests
AbstractIvmlTests.TestConfigurer -
Field Summary
Fields inherited from class test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractIvmlTests
MODEL_BASE_FOLDER, TEST_BASE_FOLDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests loading, reasoning and instantiating "SimpleMesh", a simple, generated service chain for testing.Methods inherited from class test.de.iip_ecosphere.platform.configuration.easyProducer.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, stripTestingEasyModelParent
-
Constructor Details
-
IvmlSimpleMeshTests
public IvmlSimpleMeshTests()
-
-
Method Details
-
testSimpleMesh
Tests loading, reasoning and instantiating "SimpleMesh", a simple, generated service chain for testing. 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
-