spring-framework/spring-messaging
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty()
Search for   : assertThat\((.+).isEmpty\(\)\).isTrue\(\)
Replace with : assertThat($1).isEmpty()

Search for   : assertThat\((.+).isEmpty\(\)\).isFalse\(\)
Replace with : assertThat($1).isNotEmpty()

Closes gh-31758
2023-12-06 10:04:56 +01:00
..
src Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2023-12-06 10:04:56 +01:00
spring-messaging.gradle Consistent dependency declarations 2023-08-02 00:56:50 +02:00