File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
junit-platform-testkit/src/main/java/org/junit/platform/testkit/engine Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public static Condition<Event> uniqueIdSubstring(String uniqueIdSubstring) {
204204
205205 /**
206206 * Create a new {@link Condition} that matches if and only if the
207- * {@linkplain TestDescriptor#getDisplayName()} display name} of an
207+ * {@linkplain TestDescriptor#getDisplayName() display name} of an
208208 * {@link Event}'s {@linkplain Event#getTestDescriptor() test descriptor}
209209 * is equal to the supplied {@link String}.
210210 */
@@ -243,8 +243,6 @@ public static Condition<Event> skippedWithReason(Predicate<String> predicate) {
243243 * Create a new {@link Condition} that matches if and only if an
244244 * {@link Event}'s {@linkplain Event#getType() type} is
245245 * {@link EventType#STARTED}.
246- *
247- * @see #reason(Predicate)
248246 */
249247 public static Condition <Event > started () {
250248 return type (STARTED );
You can’t perform that action at this time.
0 commit comments