Regiser runtime hints for @TestBean
fully-qualified method names
#33836
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
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 themethodName
attribute in@TestBean
when it references a fully-qualified method name such asorg.example.TestUtils#createUserService
where the method resides in a class not within the test class hierarchy.The text was updated successfully, but these errors were encountered: