Package net.jqwik.engine
Class JqwikTestEngine
java.lang.Object
net.jqwik.engine.JqwikTestEngine
- All Implemented Interfaces:
org.junit.platform.engine.TestEngine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.engine.TestEngine
getArtifactId, getGroupId, getVersion
-
Field Details
-
ENGINE_ID
- See Also:
-
-
Constructor Details
-
JqwikTestEngine
public JqwikTestEngine()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.junit.platform.engine.TestEngine
-
discover
public org.junit.platform.engine.TestDescriptor discover(org.junit.platform.engine.EngineDiscoveryRequest request, org.junit.platform.engine.UniqueId uniqueId) - Specified by:
discoverin interfaceorg.junit.platform.engine.TestEngine
-
execute
public void execute(org.junit.platform.engine.ExecutionRequest request) - Specified by:
executein interfaceorg.junit.platform.engine.TestEngine
-