mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Polish contribution
See gh-23756
This commit is contained in:
+1
@@ -153,6 +153,7 @@ public class RequestResultMatchers {
|
||||
|
||||
/**
|
||||
* Assert the given session attributes do not exist.
|
||||
* @since 5.2.1
|
||||
*/
|
||||
public <T> ResultMatcher sessionAttributeDoesNotExist(String... names) {
|
||||
return result -> {
|
||||
|
||||
Reference in New Issue
Block a user