File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -86,18 +86,17 @@ public interface TestContextBootstrapper {
8686 * <li>Active bean definition profiles declared via {@link ActiveProfiles @ActiveProfiles}</li>
8787 * <li>{@linkplain org.springframework.context.ApplicationContextInitializer
8888 * Context initializers} declared via {@link ContextConfiguration#initializers}</li>
89+ * </ul>
8990 * <p>Consult the Javadoc for the aforementioned annotations for details on
9091 * the required semantics.
9192 * <p>When determining which {@link ContextLoader} to use for a given test
9293 * class, the following algorithm should be used:
9394 * <ol>
9495 * <li>If a {@code ContextLoader} class has been explicitly declared via
9596 * {@link ContextConfiguration#loader}, use it.</li>
96- * <li>Otherwise, if the name of a {@linkplain BootstrapContext#getCustomDefaultContextLoaderClassName
97- * custom default ContextLoader class} has been provided in the {@link BootstrapContext},
98- * use it.</li>
9997 * <li>Otherwise, concrete implementations are free to determine which
10098 * {@code ContextLoader} class to use as as default.</li>
99+ * </ol>
101100 * @return the merged context configuration, never {@code null}
102101 */
103102 MergedContextConfiguration buildMergedContextConfiguration ();
You can’t perform that action at this time.
0 commit comments