testFixture
open fun <Value : Any> testFixture(value: suspend TestSuite.() -> Value): TestFixture<Value>(source)
Registers a fixture, a state holder for a lazily initialized Value to be used in tests.
For details, see TestFixture.
Registers a fixture, a state holder for a lazily initialized Value to be used in tests.
For details, see TestFixture.