public class KotlinTestEngine
An implementation of KotlinTest that runs as a JUnit Platform TestEngine.
| Modifier and Type | Class and Description |
|---|---|
static class |
KotlinTestEngine.Companion |
static class |
KotlinTestEngine.KotlinTestEngineDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static KotlinTestEngine.Companion |
Companion |
static java.lang.String |
EngineId |
| Constructor and Description |
|---|
KotlinTestEngine()
An implementation of KotlinTest that runs as a JUnit Platform TestEngine.
|
| Modifier and Type | Method and Description |
|---|---|
KotlinTestEngine.KotlinTestEngineDescriptor |
discover(org.junit.platform.engine.EngineDiscoveryRequest request,
org.junit.platform.engine.UniqueId uniqueId) |
void |
execute(org.junit.platform.engine.ExecutionRequest request) |
java.lang.String |
getId() |
public static java.lang.String EngineId
public static KotlinTestEngine.Companion Companion
public KotlinTestEngine()
An implementation of KotlinTest that runs as a JUnit Platform TestEngine.
public java.lang.String getId()
public void execute(org.junit.platform.engine.ExecutionRequest request)
public KotlinTestEngine.KotlinTestEngineDescriptor discover(org.junit.platform.engine.EngineDiscoveryRequest request, org.junit.platform.engine.UniqueId uniqueId)