Search for : assertThat\((.+).isEmpty\(\)\).isTrue\(\) Replace with : assertThat($1).isEmpty() Search for : assertThat\((.+).isEmpty\(\)\).isFalse\(\) Replace with : assertThat($1).isNotEmpty() Closes gh-31758 |
||
---|---|---|
.. | ||
jmh/java/org/springframework/messaging/simp/broker | ||
main | ||
test |