Class StreamTest
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
createBinderTypeRegistry, createBindingServiceProperties, createConversionService
-
Constructor Details
-
StreamTest
public StreamTest()
-
-
Method Details
-
testStream
public void testStream()Tests the stream application.
-