Skip to content

Commit 0d36be3

Browse files
committed
test: SpringIntegrationAwsNamespaceHandlerTest updated with s3 parsers
1 parent 71dcedf commit 0d36be3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

int-aws-support/src/test/java/org/springframework/integration/aws/config/xml/SpringIntegrationAwsNamespaceHandlerTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ void test() {
1717
.extracting("parsers", InstanceOfAssertFactories.MAP)
1818
.hasEntrySatisfying("sqs-outbound-channel-adapter", instanceOf(SqsOutboundChannelAdapterParser.class))
1919
.hasEntrySatisfying("sqs-message-driven-channel-adapter", instanceOf(SqsMessageDrivenChannelAdapterParser.class))
20+
.hasEntrySatisfying("s3-inbound-channel-adapter", instanceOf(S3InboundChannelAdapterParser.class))
21+
.hasEntrySatisfying("s3-inbound-streaming-channel-adapter", instanceOf(S3InboundStreamingChannelAdapterParser.class))
22+
.hasEntrySatisfying("s3-outbound-channel-adapter", instanceOf(S3OutboundChannelAdapterParser.class))
2023
;
2124
}
2225

0 commit comments

Comments
 (0)