You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/graphql/GraphQlTest.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/reactive/WebFluxTest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2024 the original author or authors.
2
+
* Copyright 2012-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -68,9 +68,9 @@
68
68
* {@link AutoConfigureWebTestClient @AutoConfigureWebTestClient} annotation can be used.
69
69
* <p>
70
70
* Typically {@code @WebFluxTest} is used in combination with
71
-
* {@link org.springframework.boot.test.mock.mockito.MockBean @MockBean} or
72
-
* {@link Import @Import} to create any collaborators required by your {@code @Controller}
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/WebMvcTest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2024 the original author or authors.
2
+
* Copyright 2012-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -76,9 +76,9 @@
76
76
* {@link AutoConfigureMockMvc @AutoConfigureMockMvc} annotation can be used.
77
77
* <p>
78
78
* Typically {@code @WebMvcTest} is used in combination with
79
-
* {@link org.springframework.boot.test.mock.mockito.MockBean @MockBean} or
80
-
* {@link Import @Import} to create any collaborators required by your {@code @Controller}
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/webservices/server/WebServiceServerTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2024 the original author or authors.
2
+
* Copyright 2012-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -51,8 +51,8 @@
51
51
* </ul>
52
52
* <p>
53
53
* Typically {@code WebServiceServerTest} is used in combination with
54
-
* {@link org.springframework.boot.test.mock.mockito.MockBean @MockBean} or
55
-
* {@link org.springframework.context.annotation.Import @Import} to create any
0 commit comments