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

jvmMain.io.kotest.runner.junit.platform.describeTestCase.kt Maven / Gradle / Ivy

package io.kotest.runner.junit.platform

import io.kotest.core.test.TestCase
import org.junit.runner.Description

fun describeTestCase(testCase: TestCase): Description =
        Description.createTestDescription(testCase.spec::class.java, testCase.description.tail().fullName())




© 2015 - 2025 Weber Informatics LLC | Privacy Policy