Files
spring-framework/spring-context/src/test/java/org/springframework
Yanming Zhou e2852e7355 Replace assertThat(x.contains(y)).isTrue() with assertThat(x).contains(y)
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
2023-12-06 09:48:49 +01:00
..
2023-10-30 15:05:20 +01:00
2023-07-11 18:01:07 +02:00
2023-12-06 09:48:08 +01:00
2023-07-19 01:25:20 +02:00
2023-03-13 21:53:40 +01:00