mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e2852e7355
Search for : assertThat\((.+)\.contains\((.+)\)\)\.isTrue\(\) Replace with : assertThat($1).contains($2) Search for : assertThat\((.+)\.contains\((.+)\)\)\.isFalse\(\) Replace with : assertThat($1).doesNotContain($2) Closes gh-31762