TestFixtureFunc

typealias TestFixtureFunc = (<Error class: unknown class>) -> Unit(source)

The type used for functions that operate on test fixtures. This is used for the fixture setup and teardown functions as well as for the testcases themselves.