mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix Javadoc links
See gh-35697
This commit is contained in:
+1
-1
@@ -45,8 +45,8 @@ import org.springframework.test.context.ContextLoader;
|
||||
* @see org.junit.jupiter.api.extension.ExtendWith @ExtendWith
|
||||
* @see org.springframework.test.context.junit.jupiter.SpringExtension SpringExtension
|
||||
* @see org.springframework.test.context.junit.jupiter.SpringExtensionConfig @SpringExtensionConfig
|
||||
* @see org.springframework.test.context.junit.ContextConfiguration @ContextConfiguration
|
||||
* @see org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig @SpringJUnitWebConfig
|
||||
* @see org.springframework.test.context.ContextConfiguration @ContextConfiguration
|
||||
*/
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@ContextConfiguration
|
||||
|
||||
+2
-2
@@ -48,9 +48,9 @@ import org.springframework.test.context.web.WebAppConfiguration;
|
||||
* @see org.junit.jupiter.api.extension.ExtendWith @ExtendWith
|
||||
* @see org.springframework.test.context.junit.jupiter.SpringExtension SpringExtension
|
||||
* @see org.springframework.test.context.junit.jupiter.SpringExtensionConfig @SpringExtensionConfig
|
||||
* @see org.springframework.test.context.junit.ContextConfiguration @ContextConfiguration
|
||||
* @see org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration
|
||||
* @see org.springframework.test.context.junit.jupiter.SpringJUnitConfig @SpringJUnitConfig
|
||||
* @see org.springframework.test.context.ContextConfiguration @ContextConfiguration
|
||||
* @see org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration
|
||||
*/
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@ContextConfiguration
|
||||
|
||||
Reference in New Issue
Block a user