spring-framework/spring-websocket/src/test
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
..
java/org/springframework/web/socket Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2023-12-06 10:04:56 +01:00
resources Expose allowedOriginPatterns in SocketJS XML config 2020-11-18 21:20:38 +00:00