Skip to content

Commit d81f733

Browse files
authored
Update README.md
1 parent 9a8d247 commit d81f733

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ The objects passed to your service provider implementation are members of a hier
6969
Get the atomic test object for the specified test class instance.
7070
* `LifecycleHooks.getParentOf(Object child)`
7171
Get the parent runner that owns specified child runner or framework method.
72-
* `LifecycleHooks.getNotifierOf(Object runner)`
72+
* `LifecycleHooks.getNotifierOf(Object runner)`
7373
Get the run notifier associated with the specified parent runner.
7474
* `LifecycleHooks.getTestClassOf(Object runner)`
7575
Get the test class object associated with the specified parent runner.
76-
* `LifecycleHooks.getAtomicTestOf(Description description)`
76+
* `LifecycleHooks.getAtomicTestOf(Description description)`
7777
Get the atomic test object for the specified method description.
78-
* `LifecycleHooks.getCallableOf(Description description)`
78+
* `LifecycleHooks.getCallableOf(Description description)`
7979
Get the **ReflectiveCallable** object for the specified description.
8080

8181
###### Exploring the Test Run Hierarchy
@@ -148,7 +148,7 @@ Note that some associations are not available for specific context:
148148

149149
**JUnit Foundation** provides several static utility methods that can be useful in your service provider implementation.
150150

151-
* `LifecycleHooks.getThreadRunner()`
151+
* `LifecycleHooks.getThreadRunner()`
152152
Get the runner that owns the active thread context.
153153
* `LifecycleHooks.describeChild(Object target, Object child)`
154154
Get a `Description` for the indicated child object from the runner for the specified test class instance.

0 commit comments

Comments
 (0)