This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-framework
Watch
1
Star
0
Fork
0
You've already forked spring-framework
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
785ad399e9c81aef223b7f30eb3a12a260360992
spring-framework
/
spring-context
/
src
History
Yanming Zhou
785ad399e9
Replace assertThat(x.iterator().next()) with assertThat(x).element(0)
...
Search for : assertThat\((.+).iterator\(\).next\(\)\) Replace with : assertThat($1).element(0)
2023-12-06 10:52:39 +08:00
..
jmh/java/org/springframework
/context
Early removal of 5.x-deprecated code
2021-11-18 09:18:06 +01:00
main
Defensively wrap fixed-delay task on scheduler thread
2023-12-04 18:20:44 +01:00
test
Replace assertThat(x.iterator().next()) with assertThat(x).element(0)
2023-12-06 10:52:39 +08:00
testFixtures/java/org/springframework/context
/testfixture
Replace assertThat(!x).isTrue() with assertThat(x).isFalse()
2023-12-05 11:41:57 +01:00