Skip to content

Commit 82bf113

Browse files
authored
Revise description of 'callable' objects
1 parent bcc55f5 commit 82bf113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Get the test class object associated with the specified parent runner.
3131
* `LifecycleHooks.getAtomicTestOf(Object runner)`
3232
Get the atomic test object for the specified class runner.
3333
* `LifecycleHooks.getCallableOf(Object runner, Object child)`
34-
Get the _callable_ object associated with the specified parent runner and child runner or framework method.
34+
Get the _callable_ closure associated with the specified parent runner and child runner or framework method.
3535

3636
###### Exploring the Test Run Hierarchy
3737
```java
@@ -112,7 +112,7 @@ Get class of specified test class instance.
112112
* `LifecycleHooks.getFieldValue(Object target, String name)`
113113
Get the value of the specified field from the supplied object.
114114
* `LifecycleHooks.encloseCallable(Method method, Object target, Object... params)`
115-
Synthesize a _callable_ object with the specified parameters.
115+
Synthesize a _callable_ closure with the specified parameters.
116116

117117
### How to Enable Notifications
118118

0 commit comments

Comments
 (0)