https://kotlinlang.org logo
#kotest
Title
# kotest
k

Klitos Kyriacou

11/16/2023, 12:59 PM
Is there a way to get the full path of a TestCase? For example, in a
beforeEach
, is there a shorter way to say:
Copy code
println("Before ${it.parents().joinToString("/") { it.name.testName }}/${it.name.testName}")