kotest-plugins-pitest / io.kotest.plugin.pitest / KotestUnit

KotestUnit

class KotestUnit : TestUnit

Constructors

<init>

KotestUnit(klass: KClass<out Spec>)

Properties

klass

val klass: KClass<out Spec>

Functions

execute

fun execute(rc: ResultCollector): Unit

getDescription

fun getDescription(): Description