TestConfig

data class TestConfig(val mockMode: Boolean = true)

Test configuration

Constructors

Link copied to clipboard
constructor(mockMode: Boolean = true)

Properties

Link copied to clipboard
val mockMode: Boolean = true