spring-framework/spring-messaging/src
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
..
jmh/java/org/springframework/messaging/simp/broker Polish "Apply SingleSpaceSeparator Checkstyle module" 2023-10-22 14:18:18 +02:00
main Use switch expression where feasible 2023-12-04 15:42:55 +01:00
test Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2023-12-06 10:04:56 +01:00