spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.75k stars 38.15k forks source link

Regiser runtime hints for `@TestBean` fully-qualified method names #33836

Closed sbrannen closed 3 weeks ago

sbrannen commented 3 weeks ago

The JUnitPlatformFeature of the Native Build Tools project automatically registers all fields within the test class hierarchy for reflective access; however, we need to automate registration of runtime hints for the methodName attribute in @TestBean when it references a fully-qualified method name such as org.example.TestUtils#createUserService where the method resides in a class not within the test class hierarchy.