We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a84dc2 commit 09ced82Copy full SHA for 09ced82
junit-jupiter-params/src/main/java/org/junit/jupiter/params/ParameterizedTestExtension.java
@@ -116,7 +116,7 @@ private ExtensionContext.Store getStoreInMethodNamespace(ExtensionContext contex
116
}
117
118
private ExtensionContext.Store getStoreInExtensionNamespace(ExtensionContext context) {
119
- return context.getStore(Namespace.create(ParameterizedTestExtension.class));
+ return context.getRoot().getStore(Namespace.create(ParameterizedTestExtension.class));
120
121
122
private void validateArgumentCount(ExtensionContext extensionContext, Arguments arguments) {
0 commit comments