Class ZipNoCpServiceManagerTest.Config

java.lang.Object
test.de.iip_ecosphere.platform.services.spring.ZipNoCpServiceManagerTest.Config
Enclosing class:
ZipNoCpServiceManagerTest

@Configuration @EnableConfigurationProperties(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.class) public static class ZipNoCpServiceManagerTest.Config extends Object
Configures the context, in particular through instances that are not loaded automatically by Spring in tests.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • appDeployer

      @Bean public org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties properties)
      In tests, forces the AppDeployer to have an implementation.
      Parameters:
      properties - the deployer properties needed to initialize the deployer instance
      Returns:
      the deployer instance to use