+
+ +

Class IntegrationTestBase.IntegrationTestConfiguration

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    IntegrationTestBase
    +
    +
    +
    @Configuration
    +public static class IntegrationTestBase.IntegrationTestConfiguration
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
    +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IntegrationTestConfiguration

        +
        public IntegrationTestConfiguration()
        +
      • +
      +
    • +
    +
    + +
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        server

        +
        @Bean(destroyMethod="stop")
        +public org.mockserver.integration.ClientAndServer server()
        +
      • +
      + + + +
        +
      • +

        fetcher

        +
        @Bean
        +public HttpResourceFetcher fetcher​(org.springframework.cache.Cache cache)
        +
      • +
      + + + +
        +
      • +

        cache

        +
        @Bean
        +public org.springframework.cache.Cache cache()
        +
      • +
      + + + + +
    • +
    +
    +
  • +
+
+
+