Class ServerStartStopServiceManagerTest.Config
- java.lang.Object
-
- test.de.iip_ecosphere.platform.services.spring.ServerStartStopServiceManagerTest.Config
-
- Enclosing class:
- ServerStartStopServiceManagerTest
@Configuration @EnableConfigurationProperties(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.class) public static class ServerStartStopServiceManagerTest.Config extends java.lang.ObjectConfigures the context, in particular through instances that are not loaded automatically by Spring in tests.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classServerStartStopServiceManagerTest.Config.Startup
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.cloud.deployer.spi.app.AppDeployerappDeployer(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties properties)In tests, forces theAppDeployerto have an implementation.
-
-
-
Method Detail
-
appDeployer
@Bean public org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties properties)
In tests, forces theAppDeployerto have an implementation.- Parameters:
properties- the deployer properties needed to initialize the deployer instance- Returns:
- the deployer instance to use
-
-