TestFixtureFunc

typealias TestFixtureFunc = () -> Unit

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.