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

commonMain.io.kotest.core.sourceref.kt Maven / Gradle / Ivy

package io.kotest.core

data class SourceRef(val lineNumber: Int, val fileName: String)

/**
 * Returns a [SourceRef] for the current execution point.
 */
expect fun sourceRef(): SourceRef




© 2015 - 2024 Weber Informatics LLC | Privacy Policy