Package-level declarations

Types

Link copied to clipboard

Scope for managing mutable test fixtures that are regenerated for each test. Provides a structured way to define tests that require fresh fixture instances generated before each test.

Link copied to clipboard

Scope for managing mutable test fixtures that are regenerated for each test. Provides a structured way to define tests that require fresh fixture instances generated before each test.

Functions

Link copied to clipboard
fun <T> <Error class: unknown class>.withFixtureGenerator(generator: () -> T): <Error class: unknown class>
fun <T> <Error class: unknown class>.withFixtureGenerator(generator: suspend () -> T): <Error class: unknown class>

Prepares a fixture-generating scope from a generator function.