We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78495b commit 336e798Copy full SHA for 336e798
README.md
@@ -150,8 +150,8 @@ Note that some associations are not available for specific context:
150
151
* `LifecycleHooks.getThreadRunner()`
152
Get the runner that owns the active thread context.
153
-* `LifecycleHooks.describeChild(Object target, Object child)`
154
-Get a **Description** for the indicated child object from the runner for the specified test class instance.
+* `LifecycleHooks.describeChild(Object runner, Object child)`
+Get a **Description** for the specified child object.
155
* `LifecycleHooks.getInstanceClass(Object instance)`
156
Get class of specified test class instance.
157
* `LifecycleHooks.getFieldValue(Object target, String name)`
0 commit comments