Skip to content

Commit

Permalink
Update JUnit TestExecutionListener doc link
Browse files Browse the repository at this point in the history
The previous link is no longer functional. Update the link to point to [Registering a TestExecutionListener](https://junit.org/junit5/docs/current/user-guide/#launcher-api-listeners-custom).
  • Loading branch information
Bennett-Lynch authored Nov 20, 2021
1 parent 2071ca8 commit c04543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/supported_testing_frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## JUnit Platform (JUnit Jupiter or JUnit Vintage)

BlockHound ships with an optional module providing a [JUnit Platform TestExecutionListener](https://junit.org/junit5/docs/current/api/org/junit/platform/launcher/TestExecutionListener.html):
BlockHound ships with an optional module providing a [JUnit Platform TestExecutionListener](https://junit.org/junit5/docs/current/user-guide/#launcher-api-listeners-custom):

```groovy
'io.projectreactor.tools:blockhound-junit-platform:$VERSION'
Expand Down

0 comments on commit c04543c

Please sign in to comment.