Skip to content

Commit 4e5723c

Browse files
committed
Merge pull request #32411 from quaff
* pr/32411: Polish contribution Polish Bean Overriding in Tests section of the reference guide Closes gh-32411
2 parents b431594 + ffb1caa commit 4e5723c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beanoverriding.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ The three annotations introduced above build upon the `@BeanOverride` meta-annot
9999
and associated infrastructure, which allows to define custom bean overriding variants.
100100

101101
In order to provide an extension, three classes are needed:
102-
- a concrete `BeanOverrideProcessor` `<P>`
103-
- a concrete `OverrideMetadata` created by said processor
104-
- an annotation meta-annotated with `@BeanOverride(P.class)`
102+
103+
- A concrete `BeanOverrideProcessor<P>`.
104+
- A concrete `OverrideMetadata` created by said processor.
105+
- An annotation meta-annotated with `@BeanOverride(P.class)`.
105106

106107
The Spring TestContext Framework includes infrastructure classes that support bean
107108
overriding: a `BeanPostProcessor`, a `TestExecutionListener` and a `ContextCustomizerFactory`.

0 commit comments

Comments
 (0)