Skip to content

Commit

Permalink
Link to spring.factories used in the TestContext framework in the ref…
Browse files Browse the repository at this point in the history
… docs

Closes gh-31723
  • Loading branch information
perlun authored and sbrannen committed Dec 4, 2023
1 parent eee2569 commit 87d37a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ issue is addressed through support for automatic discovery of default
Specifically, the modules that make up the testing support in Spring Framework and Spring
Boot declare all core default `ContextCustomizerFactory` implementations under the
`org.springframework.test.context.ContextCustomizerFactory` key in their
`META-INF/spring.factories` properties files. Third-party frameworks and developers can
contribute their own `ContextCustomizerFactory` implementations to the list of default
factories in the same manner through their own `META-INF/spring.factories` properties
files.
{spring-framework-code}/spring-test/src/main/resources/META-INF/spring.factories[`META-INF/spring.factories`]
properties files. Third-party frameworks and developers can contribute their own
`ContextCustomizerFactory` implementations to the list of default factories in the same
manner through their own `META-INF/spring.factories` properties files.


[[testcontext-context-customizers-merging]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ issue is addressed through support for automatic discovery of default

Specifically, the `spring-test` module declares all core default `TestExecutionListener`
implementations under the `org.springframework.test.context.TestExecutionListener` key in
its `META-INF/spring.factories` properties file. Third-party frameworks and developers
can contribute their own `TestExecutionListener` implementations to the list of default
{spring-framework-code}/spring-test/src/main/resources/META-INF/spring.factories[its
`META-INF/spring.factories` properties file]. Third-party frameworks and developers can
contribute their own `TestExecutionListener` implementations to the list of default
listeners in the same manner through their own `META-INF/spring.factories` properties
file.

Expand Down Expand Up @@ -207,4 +208,3 @@ Kotlin::
}
----
======

0 comments on commit 87d37a2

Please sign in to comment.