class KotestJunitPlatformTestEngine : TestEngine
A Kotest implementation of a Junit Platform TestEngine.
<init> |
A Kotest implementation of a Junit Platform TestEngine. KotestJunitPlatformTestEngine() |
discover |
fun discover(request: EngineDiscoveryRequest, uniqueId: UniqueId): KotestEngineDescriptor |
execute |
fun execute(request: ExecutionRequest): Unit |
getGroupId |
fun getGroupId(): Optional<String> |
getId |
fun getId(): String |
EngineId |
const val EngineId: String |