TestEnvironment

data class TestEnvironment(val coroutineId: Int, val attempt: Int)

Container for current engine test environment

Parameters

coroutineId

unique ID for current coroutine/job (concurrency 1)

attempt

the current attempt number when repeat 1

Constructors

Link copied to clipboard
constructor(coroutineId: Int, attempt: Int)

Properties

Link copied to clipboard
Link copied to clipboard