
io.mockk.MockKSettings.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockk-dsl-js Show documentation
Show all versions of mockk-dsl-js Show documentation
JS MockK DSL providing API for MockK implementation
package io.mockk
actual object MockKSettings {
actual val relaxed: Boolean
get() = js("global.io_mockk_settings_relaxed || false") as Boolean
actual val relaxUnitFun: Boolean
get() = js("global.io_mockk_settings_relaxUnitFun || false") as Boolean
actual val recordPrivateCalls: Boolean
get() = js("global.io_mockk_settings_recordPrivateCalls || false") as Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy