|
|
|
@ -194,14 +194,6 @@ class IntegrationAutoConfigurationTests {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
|
void integrationEnablesDefaultCounts() {
|
|
|
|
|
this.contextRunner.withUserConfiguration(MessageSourceConfiguration.class).run((context) -> {
|
|
|
|
|
assertThat(context).hasBean("myMessageSource");
|
|
|
|
|
assertThat(((MessageProcessorMessageSource) context.getBean("myMessageSource")).isCountsEnabled()).isTrue();
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
|
void rsocketSupportEnabled() {
|
|
|
|
|
this.contextRunner.withUserConfiguration(RSocketServerConfiguration.class)
|
|
|
|
|