Skip to content

Commit

Permalink
Add missing words / Remove unnecessary word
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jul 2, 2024
1 parent 50b2856 commit 5c0624b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ include::{testDir}/example/session/HttpTests.java[tags=user_guide]
In order to intercept the creation of instances of `{Launcher}` and
`{LauncherSessionListener}` and calls to the `discover` and `execute` methods of the
former, clients can register custom implementations of `{LauncherInterceptor}` via Java's
`{ServiceLoader}` mechanism by additionally setting the
`{ServiceLoader}` mechanism by setting the
`junit.platform.launcher.interceptors.enabled` <<running-tests-config-params,
configuration parameter>> to `true`.

A typical use case is to create a custom replace the `ClassLoader` used by the JUnit
Platform to load test classes and engine implementations.
A typical use case is to create a custom interceptor to replace the `ClassLoader` used by
the JUnit Platform to load test classes and engine implementations.

[source,java]
----
Expand Down

0 comments on commit 5c0624b

Please sign in to comment.