- test.de.iip_ecosphere.platform.services.spring - package test.de.iip_ecosphere.platform.services.spring
-
Tests for the ECS runtime.
- testAddPropertiesInt() - Method in class test.de.iip_ecosphere.platform.services.spring.UtilsTest
-
Tests Utils.addPropertyIfPositiveToInt(Map, String, Number, String).
- testAddPropertiesMeBi() - Method in class test.de.iip_ecosphere.platform.services.spring.UtilsTest
-
Tests Utils.addPropertyIfPositiveToMeBi(Map, String, Number, String).
- testCreateStandaloneCommandArgs() - Method in class test.de.iip_ecosphere.platform.services.spring.DescriptorUtilsTest
-
Tests creating standalone command line arguments.
- testDeployment(ArtifactDescriptor) - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager.ArtifactAsserter
-
Specific tests for the given deployment, i.e., the running services.
- testDescriptor() - Method in class test.de.iip_ecosphere.platform.services.spring.TestLifecycleDescriptor
-
Tests the lifecycle descriptor.
- testDescriptor(ArtifactDescriptor) - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager.ArtifactAsserter
-
Performs specific tests for the given descriptor.
- testEnsembleStartStop() - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager
-
Tests a simple start-stop cycle of the in one process as an ensemble.
- testFileDescriptorTest() - Method in class test.de.iip_ecosphere.platform.services.spring.ArtifactInfoTest
-
- testFormatToMeBi() - Method in class test.de.iip_ecosphere.platform.services.spring.UtilsTest
-
Tests Utils.formatToMeBi(long).
- testFormatToMeBiBase() - Method in class test.de.iip_ecosphere.platform.services.spring.UtilsTest
-
Tests Utils.formatToMeBi(long).
- testInternalConnections() - Method in class test.de.iip_ecosphere.platform.services.spring.ServiceMgrAndDescriptorTest
-
Tests AbstractServiceManager.determineInternalConnections(ServiceManager, String...) in combination
with SpringCloudServiceDescriptor.toFunctionDefinition(Set).
- testInvalidYaml() - Method in class test.de.iip_ecosphere.platform.services.spring.ArtifactInfoTest
-
Tests a structurally correct but invalid YAML file.
- TestLifecycleDescriptor - Class in test.de.iip_ecosphere.platform.services.spring
-
Tests the lifecycle descriptor and the startup behavior/dependencies.
- TestLifecycleDescriptor() - Constructor for class test.de.iip_ecosphere.platform.services.spring.TestLifecycleDescriptor
-
- testReadFromClasspath() - Method in class test.de.iip_ecosphere.platform.services.spring.DescriptorUtilsTest
-
Tests reading a service deployment descriptor from classpath.
- testResolution() - Method in class test.de.iip_ecosphere.platform.services.spring.ArtifactInfoTest
-
Tests the class resolution.
- TestServiceManager - Class in test.de.iip_ecosphere.platform.services.spring
-
Tests .
- TestServiceManager() - Constructor for class test.de.iip_ecosphere.platform.services.spring.TestServiceManager
-
- TestServiceManager.ArtifactAsserter - Class in test.de.iip_ecosphere.platform.services.spring
-
Artifact asserter interface.
- TestServiceManager.Config - Class in test.de.iip_ecosphere.platform.services.spring
-
Configures the context, in particular through instances that are not loaded automatically by Spring in tests.
- TestServiceManager.Config.Startup - Class in test.de.iip_ecosphere.platform.services.spring
-
- TestServiceManager.Initializer - Class in test.de.iip_ecosphere.platform.services.spring
-
- TestServiceManager.ServiceImpl - Class in test.de.iip_ecosphere.platform.services.spring
-
A fake service implementation for testing.
- testSetup() - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager
-
Tests known/default values in setup.
- testSimpleStartStop() - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager
-
Tests a simple start-stop cycle of the with two processes.
- testWithZipArchive(boolean) - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager
-
Tests service start/stop with the ZIP artifact containing explicit dependency JARs.
- testWithZipArchiveAndClasspath() - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager
-
Tests service start/stop with the ZIP artifact containing explicit dependency JARs and classpath file
usage enabled.
- testWithZipArchiveNoClasspath() - Method in class test.de.iip_ecosphere.platform.services.spring.TestServiceManager
-
Tests service start/stop with the ZIP artifact containing explicit dependency JARs and no classpath
file enabled.
- testYaml() - Method in class test.de.iip_ecosphere.platform.services.spring.ArtifactInfoTest
-
Tests the YAML reader.