Class SerializerTest
java.lang.Object
test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
test.de.iip_ecosphere.platform.transport.spring.SerializerTest
@SpringBootTest(classes=SerializerTest.class)
@ComponentScan(basePackages="de.iip_ecosphere.platform.transport.spring")
public class SerializerTest
extends AbstractMockingTest
Brings up a spring application doing nothing rather than testing the automatic registration of serializers during
startup.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests the automatic registration of serializes via the given configuration and the startup application listener.Methods inherited from class test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
createBinderTypeRegistry, createBindingServiceProperties, createConversionService
-
Constructor Details
-
SerializerTest
public SerializerTest()
-
-
Method Details
-
testSerializer
public void testSerializer()Tests the automatic registration of serializes via the given configuration and the startup application listener.
-