Files
spring-integration/spring-integration-jms/src
Artem Bilan 78fa2970fa GH-3873: Remove JMS test for private method
Fixes https://github.com/spring-projects/spring-integration/issues/3873

Testing for `private` method is considered as a bad practice
and better to verify with the public method a private one is called

* Remove `JmsOutboundGatewayParserTests.gatewayWithDestExpression()`
in favor of `replyDestinationExpression` resolution in the
`JmsOutboundGatewayTests.testConnectionBreakOnReplyMessageIdCorrelation()`.
2022-08-11 16:47:20 -04:00
..