We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3f42b commit 4f14291Copy full SHA for 4f14291
spring-test/src/main/java/org/springframework/test/web/reactive/server/CookieAssertions.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2020 the original author or authors.
+ * Copyright 2002-2021 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
+
17
package org.springframework.test.web.reactive.server;
18
19
import java.time.Duration;
@@ -28,7 +29,9 @@
28
29
30
/**
31
* Assertions on cookies of the response.
32
+ *
33
* @author Rossen Stoyanchev
34
+ * @since 5.3
35
36
public class CookieAssertions {
37
0 commit comments