Skip to content

Commit e749771

Browse files
committed
Reflect name changes within EngineExecutionResults in javadoc references.
#1771
1 parent 983d50b commit e749771

File tree

1 file changed

+2
-2
lines changed
  • junit-platform-testkit/src/main/java/org/junit/platform/testkit/engine

1 file changed

+2
-2
lines changed

junit-platform-testkit/src/main/java/org/junit/platform/testkit/engine/Events.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public final void assertEventsMatchExactly(Condition<? super Event>... condition
277277
* <h4>Example</h4>
278278
*
279279
* <pre class="code">
280-
* executionResults.tests().assertEventsMatchLoosely(
280+
* executionResults.testEvents().assertEventsMatchLoosely(
281281
* event(test("exampleTestMethod"), started()),
282282
* event(test("exampleTestMethod"), finishedSuccessfully())
283283
* );
@@ -306,7 +306,7 @@ public final void assertEventsMatchLoosely(Condition<? super Event>... condition
306306
* <h4>Example</h4>
307307
*
308308
* <pre class="code">
309-
* executionResults.tests().assertEventsMatchLooselyInOrder(
309+
* executionResults.testEvents().assertEventsMatchLooselyInOrder(
310310
* event(test("exampleTestMethod"), started()),
311311
* event(test("exampleTestMethod"), finishedSuccessfully())
312312
* );

0 commit comments

Comments
 (0)