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.
org.junit.platform.fakes
1 parent 5b6d599 commit 073323eCopy full SHA for 073323e
junit-platform-engine/src/testFixtures/java/org/junit/platform/fakes/TestEngineSpy.java
@@ -10,6 +10,7 @@
10
11
package org.junit.platform.fakes;
12
13
+import org.jspecify.annotations.Nullable;
14
import org.junit.platform.engine.EngineDiscoveryRequest;
15
import org.junit.platform.engine.ExecutionRequest;
16
import org.junit.platform.engine.TestDescriptor;
@@ -23,6 +24,7 @@ public class TestEngineSpy implements TestEngine {
23
24
25
private final String id;
26
27
+ @Nullable
28
public ExecutionRequest requestForExecution;
29
30
public TestEngineSpy() {
junit-platform-engine/src/testFixtures/java/org/junit/platform/fakes/package-info.java
@@ -0,0 +1,5 @@
1
+
2
+@NullMarked
3
+package org.junit.platform.fakes;
4
5
+import org.jspecify.annotations.NullMarked;
0 commit comments