spring-framework/spring-tx/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
..
main Polish contribution 2023-12-04 16:47:25 +01:00
test Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2023-12-06 10:04:56 +01:00
testFixtures/java/org/springframework/transaction/testfixture Rollback reactive transaction on cancel 2020-06-17 15:04:54 +02:00