-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
enhancementNew feature or requestNew feature or requestjunit-supportRelated to JUnit Support projectRelated to JUnit Support project
Description
The following code block:
Lines 104 to 109 in cb61940
| try { | |
| Class <?> executor = Class.forName("org.junit.jupiter.engine.extension.TimeoutExtension$ExecutorResource"); | |
| registry.registerAllClassMembersForReflection(executor); | |
| } catch (ClassNotFoundException e) { | |
| debug("Failed to register class for reflection. Reason: %s", e); | |
| } |
... should be moved to org.graalvm.junit.platform.config.jupiter.JupiterConfigProvider.onLoad(NativeImageConfiguration) since it is not specific to a particular testClass.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestjunit-supportRelated to JUnit Support projectRelated to JUnit Support project