java.lang.Object
test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
test.de.iip_ecosphere.platform.transport.spring.StreamTest

@SpringBootTest(classes=StreamTest.class) @ComponentScan(basePackages="de.iip_ecosphere.platform.transport.spring") public class StreamTest extends AbstractMockingTest
Brings up a spring cloud stream that uses the string serializer. This test requires setting the default contentType for the streams so that the serializer can be applied.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • StreamTest

      public StreamTest()
  • Method Details

    • testStream

      public void testStream()
      Tests the stream application.