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
/
test
/
java
/
org
/
springframework
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
..
aop
…
beans
/factory
Replace assertThat(!x).isTrue() with assertThat(x).isFalse()
2023-12-05 11:41:57 +01:00
cache
Replace assertThat(x.iterator().next()) with assertThat(x).element(0)
2023-12-06 10:52:39 +08:00
context
Replace assertThat(x.iterator().next()) with assertThat(x).element(0)
2023-12-06 10:52:39 +08:00
core
/task
…
ejb
/config
Restore outdated local/remote-slsb attributes for declaration compatibility
2023-11-20 21:01:36 +01:00
format
…
instrument
/classloading
…
jmx
Quote name attribute if necessary
2023-11-28 17:05:06 +01:00
jndi
…
mock
/env
…
scheduling
Replace assertThat(x.iterator().next()) with assertThat(x).element(0)
2023-12-06 10:52:39 +08:00
scripting
Use idiomatic AssertJ map assertions
2023-12-05 10:01:38 +01:00
tests/sample
/beans
…
ui
…
util
…
validation
…