Class AbstractIvmlSerializerConfigTests
java.lang.Object
test.de.iip_ecosphere.platform.configuration.AbstractIvmlTests
test.de.iip_ecosphere.platform.configuration.AbstractIvmlSerializerConfigTests
- Direct Known Subclasses:
IvmlSerializerConfig1OldTests,IvmlSerializerConfig1Tests
Basic functions for serializer model tests.
- 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 TypeMethodDescriptionprotected voidassertAppInterfaces(File base, boolean old) Asserts the Serializer1 application interfaces.protected voidassertApplication(File base, boolean withFamily) Asserts file and contents of the application part.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
-
AbstractIvmlSerializerConfigTests
public AbstractIvmlSerializerConfigTests()
-
-
Method Details
-
assertApplication
Asserts file and contents of the application part.- Parameters:
base- the source base folderwithFamily- test as it we expect a AI family, else a single node- Throws:
IOException- in case that expected files cannot be found or inspected
-
assertAppInterfaces
Asserts the Serializer1 application interfaces.- Parameters:
base- the base folder (shared or app-individual)old- old (separated) or new shared interface style- Throws:
IOException- in case that expected files cannot be found or inspected
-