TestContextHookFn

typealias TestContextHookFn = (t: TestContext, done: (result: Any?) -> Unit) -> Any?(source)

The hook function. The first argument is a TestContext object. If the hook uses callbacks, the callback function is passed as the second argument.