public class JqwikTestEngine
extends java.lang.Object
implements org.junit.platform.engine.TestEngine
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENGINE_ID |
| Constructor and Description |
|---|
JqwikTestEngine() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.platform.engine.TestDescriptor |
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 final java.lang.String ENGINE_ID
public java.lang.String getId()
getId in interface org.junit.platform.engine.TestEnginepublic org.junit.platform.engine.TestDescriptor discover(org.junit.platform.engine.EngineDiscoveryRequest request,
org.junit.platform.engine.UniqueId uniqueId)
discover in interface org.junit.platform.engine.TestEnginepublic void execute(org.junit.platform.engine.ExecutionRequest request)
execute in interface org.junit.platform.engine.TestEngine