SuiteFn

typealias SuiteFn = (s: SuiteContext) -> <Error class: unknown class><<Error class: unknown class>>(source)

The type of a suite test function. The argument to this function is a {@link SuiteContext} object.