spring-framework/framework-docs/modules/ROOT/pages/testing
Sam Brannen c0c78bd67e Rename OverrideMetadata for Bean Overrides
Prior to this commit, OverrideMetadata was the only public type in the
org.springframework.test.context.bean.override package whose name did
not start with BeanOverride. In addition, an OverrideMetadata component
plays multiple roles in addition to serving as a holder for metadata.

This commit therefore renames OverrideMetadata to BeanOverrideHandler.

In addition, this commit updates the affected documentation and renames
the following related methods in the Bean Override support.

- BeanOverrideHandler: createOverride() -> createOverrideInstance()
- BeanOverrideHandler: track() -> trackOverrideInstance()
- BeanOverrideProcessor: createMetadata() -> createHandler()
- BeanOverrideContextCustomizer: getMetadata() -> getBeanOverrideHandlers()
- BeanOverrideRegistrar: registerNameForMetadata() -> registerBeanOverrideHandler()
- BeanOverrideRegistrar: markWrapEarly() -> registerWrappingBeanOverrideHandler()

Closes gh-33702
2024-10-16 16:32:38 +02:00
..
annotations Remove support for Mockito annotations and `MockitoSession` 2024-10-16 09:40:57 +02:00
mockmvc Revise introductory content for MockMvc 2024-09-08 17:59:15 +02:00
testcontext-framework Rename OverrideMetadata for Bean Overrides 2024-10-16 16:32:38 +02:00
annotations.adoc Remove duplicated section links for test annotations 2023-09-13 17:50:12 +02:00
appendix.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
integration.adoc Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00
introduction.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
mockmvc.adoc Revise introductory content for MockMvc 2024-09-08 17:59:15 +02:00
resources.adoc Restructure content in testing resources section 2024-09-12 13:37:58 +02:00
spring-mvc-test-client.adoc Replace 'e.g.' with 'for example' in documentation and comments 2024-09-26 14:11:17 +02:00
support-jdbc.adoc Fix link in testing/support-jdbc.adoc 2024-10-14 12:07:17 +02:00
testcontext-framework.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
unit.adoc Delete obsolete documentation for JNDI mock support 2024-07-01 18:32:28 +02:00
webtestclient.adoc Replace 'e.g.' with 'for example' in documentation and comments 2024-09-26 14:11:17 +02:00