spring-framework/spring-web
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
..
src Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00
spring-web.gradle Use Gradle test fixture support for spring-web 2020-01-02 16:01:35 +01:00