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