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
@ -1143,7 +1143,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1143,7 +1143,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1172,7 +1172,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1172,7 +1172,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1666,13 +1666,13 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1666,13 +1666,13 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -74,7 +74,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit
@@ -74,7 +74,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit
@ -140,7 +140,7 @@ public class ModelAndViewMethodReturnValueHandlerTests {
@@ -140,7 +140,7 @@ public class ModelAndViewMethodReturnValueHandlerTests {
@ -89,7 +89,7 @@ public class ModelAndViewResolverMethodReturnValueHandlerTests {
@@ -89,7 +89,7 @@ public class ModelAndViewResolverMethodReturnValueHandlerTests {