File tree Expand file tree Collapse file tree
spring-test/src/main/java/org/springframework/test/context/junit/jupiter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252import org .springframework .core .annotation .MergedAnnotations .SearchStrategy ;
5353import org .springframework .core .annotation .RepeatableContainers ;
5454import org .springframework .test .context .MethodInvoker ;
55- import org .springframework .test .context .TestConstructor ;
5655import org .springframework .test .context .TestContextAnnotationUtils ;
5756import org .springframework .test .context .TestContextManager ;
5857import org .springframework .test .context .event .ApplicationEvents ;
@@ -291,7 +290,8 @@ public void afterEach(ExtensionContext context) throws Exception {
291290 * <li>{@link ParameterResolutionDelegate#isAutowirable} returns {@code true}.</li>
292291 * </ol>
293292 * <p><strong>WARNING</strong>: If a test class {@code Constructor} is annotated
294- * with {@code @Autowired} or automatically autowirable (see {@link TestConstructor}),
293+ * with {@code @Autowired} or automatically autowirable (see
294+ * {@link org.springframework.test.context.TestConstructor @TestConstructor}),
295295 * Spring will assume the responsibility for resolving all parameters in the
296296 * constructor. Consequently, no other registered {@link ParameterResolver}
297297 * will be able to resolve parameters.
You can’t perform that action at this time.
0 commit comments