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: common/junit-platform-native/src/main/java/org/graalvm/junit/platform/UniqueIdTrackingTestExecutionListener.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
* that were executed and generates a file (currently hard coded to
59
59
* {@code ./build/test_ids.txt} with Gradle or {@code ./target/test_ids.txt} with Maven)
60
60
* that contains test IDs which can be passed to custom launcher to select exactly those test classes.
61
-
*
61
+
* <p>
62
62
* This file should be replaced with org.junit.platform.launcher.listeners.UniqueIdTrackingListener,
63
63
* once junit-platform-launcher version 1.8 gets released.
64
64
*
@@ -71,8 +71,17 @@ public class UniqueIdTrackingTestExecutionListener implements TestExecutionListe
Copy file name to clipboardExpand all lines: common/junit-platform-native/src/main/java/org/graalvm/junit/platform/config/core/PluginConfigProvider.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2021, 2021 Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* The Universal Permissive License (UPL), Version 1.0
@@ -38,12 +38,12 @@
38
38
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments