Class RabbitMqAmqpTransportConnectorTest
java.lang.Object
test.de.iip_ecosphere.platform.transport.connectors.rabbitmq.RabbitMqAmqpTransportConnectorTest
public class RabbitMqAmqpTransportConnectorTest extends Object
Tests the
RabbitMqAmqpTransportConnector.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classRabbitMqAmqpTransportConnectorTest.FakeAuthConnectorAn extended AMQP connector with fixed plaintext authentication (see src/test/config.json). -
Constructor Summary
Constructors Constructor Description RabbitMqAmqpTransportConnectorTest() -
Method Summary
Modifier and Type Method Description voidtestRabbitMqConnector()Tests the connector through explicitly setting/resetting the factory implementation.
-
Constructor Details
-
RabbitMqAmqpTransportConnectorTest
public RabbitMqAmqpTransportConnectorTest()
-
-
Method Details
-
testRabbitMqConnector
Tests the connector through explicitly setting/resetting the factory implementation. Builds up aTestQpidServerso that the test is self-contained.- Throws:
IOException- in case that connection/communication fails
-