You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: independent-projects/junit5-virtual-threads/src/test/java/io/quarkus/test/junit5/virtual/internal/VirtualThreadExtensionTest.java
+30-11Lines changed: 30 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
importjava.util.concurrent.ConcurrentHashMap;
14
14
importjava.util.function.Function;
15
15
16
+
importorg.jspecify.annotations.Nullable;
16
17
importorg.junit.jupiter.api.BeforeEach;
17
18
importorg.junit.jupiter.api.Test;
18
19
importorg.junit.jupiter.api.TestInstance;
@@ -195,20 +196,25 @@ public Optional<String> getConfigurationParameter(String s) {
195
196
}
196
197
197
198
@Override
198
-
public <T> Optional<T> getConfigurationParameter(Strings, Function<String, T> function) {
199
+
public <T> Optional<T> getConfigurationParameter(Stringkey,
0 commit comments