All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.kotest.properties.outputValues.kt Maven / Gradle / Ivy

package io.kotest.properties

fun outputValues(context: PropertyContext) {
  val values = context.values().joinToString(", ")
  if (PropertyTesting.shouldPrintGeneratedValues) {
    println("Property test completed; values = [$values]")
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy