spring-framework/spring-expression/src
Sam Brannen 449377908f Fix JUnit 4 to AssertJ migration bugs
The migration from JUnit 4 assertions to AssertJ assertions resulted in
several unnecessary casts from int to long that actually cause
assertions to pass when they should otherwise fail.

This commit fixes all such bugs for the pattern `.isNotEqualTo((long)`.
2020-10-26 14:53:09 +01:00
..
main Fix SpEL generated code for default method invocation 2020-09-05 12:59:12 +02:00
test Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00