kotest-runner-junit5 / io.kotest.runner.junit.platform / KotestJunitPlatformTestEngine

KotestJunitPlatformTestEngine

class KotestJunitPlatformTestEngine : TestEngine

A Kotest implementation of a Junit Platform TestEngine.

Constructors

<init>

A Kotest implementation of a Junit Platform TestEngine.

KotestJunitPlatformTestEngine()

Functions

discover

fun discover(request: EngineDiscoveryRequest, uniqueId: UniqueId): KotestEngineDescriptor

execute

fun execute(request: ExecutionRequest): Unit

getGroupId

fun getGroupId(): Optional<String>

getId

fun getId(): String

Companion Object Properties

EngineId

const val EngineId: String