This website requires JavaScript.
Explore
Help
Sign In
admin
/
spring-projects-spring-framework
Watch
1
Star
0
Fork
0
You've already forked spring-projects-spring-framework
mirror of
https://github.com/spring-projects/spring-framework
synced
2026-06-08 17:33:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
29ea53052518830094fe55e9134fd71b592d39c7
spring-projects-spring-fram…
/
spring-beans
/
src
T
History
Sam Brannen
29ea530525
Convert assertThat(Boolean.FALSE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.FALSE)
...
See gh-36504
2026-03-20 10:54:54 +01:00
..
jmh
Update copyright headers in source files
2025-06-17 16:23:50 +02:00
main
Consistently use American English spelling
2026-03-15 17:04:23 +01:00
test
Convert assertThat(Boolean.FALSE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.FALSE)
2026-03-20 10:54:54 +01:00
testFixtures
Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y)
2026-03-20 10:54:42 +01:00