
commonMain.io.kotest.properties.PropertyTesting.kt Maven / Gradle / Ivy
package io.kotest.properties
import io.kotest.mpp.sysprop
@Deprecated("Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0")
object PropertyTesting {
var shouldPrintGeneratedValues: Boolean = sysprop("kotest.propertytest.output.generated-values", "false") == "true"
var shouldPrintShrinkSteps: Boolean = sysprop("kotest.propertytest.output.shrink-steps", "true") == "true"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy