java.lang.Object
test.de.iip_ecosphere.platform.services.spring.SetupTest

@SpringBootTest(classes=Config.class) @TestPropertySource(locations="classpath:iipecosphere.yml") @ContextConfiguration(initializers=Initializer.class) @Import(de.iip_ecosphere.platform.services.spring.SpringCloudServiceSetup.class) public class SetupTest extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Configures the context, in particular through instances that are not loaded automatically by Spring in tests.
    static class 
    Initializes/modifies the spring setup.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private de.iip_ecosphere.platform.services.spring.SpringCloudServiceSetup
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tests the setup.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • config

      @Autowired private de.iip_ecosphere.platform.services.spring.SpringCloudServiceSetup config
  • Constructor Details

    • SetupTest

      public SetupTest()
  • Method Details

    • testSetup

      public void testSetup()
      Tests the setup.