TraceNamer

fun interface TraceNamer : Function1<ExtensionContext, String>

Responsible for giving names to Traces

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(p1: ExtensionContext): String