Class SetupTest.Config

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

@Configuration @EnableConfigurationProperties(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.class) public static class SetupTest.Config extends Object
Configures 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) class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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