spring-framework/framework-docs
Sam Brannen cc002875c4 Support fully-qualified factory method names in @⁠TestBean
Prior to this commit, @⁠TestBean factory methods had to be defined in
the test class, one of its superclasses, or in an implemented
interface. However, users may wish to define common factory methods in
external classes that can be shared easily across multiple test classes
simply by referencing an external method via a fully-qualified method
name.

To address that, this commit introduces support for referencing a
@⁠TestBean factory method via its fully-qualified method name following
the syntax <fully-qualified class name>#<method name>.

Closes gh-33125
2024-06-30 21:16:04 +02:00
..
modules/ROOT Support fully-qualified factory method names in @⁠TestBean 2024-06-30 21:16:04 +02:00
src Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00
antora-playbook.yml Update Antora Spring UI to v0.4.16 2024-06-17 10:06:47 +00:00
antora.yml Add support for Kotlin and XML code includes 2024-03-07 17:37:48 +01:00
framework-docs.gradle Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00
package.json Modernize Antora Build 2024-05-22 10:20:20 +02:00