File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Get the test class object associated with the specified parent runner.
3131* ` LifecycleHooks.getAtomicTestOf(Object runner) `
3232Get 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) `
113113Get 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
You can’t perform that action at this time.
0 commit comments