-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: testIssues in the test moduleIssues in the test moduletheme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test moduletheme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement