Klasse JqwikTestEngine

java.lang.Object
net.jqwik.engine.JqwikTestEngine
Alle implementierten Schnittstellen:
org.junit.platform.engine.TestEngine

public class JqwikTestEngine extends Object implements org.junit.platform.engine.TestEngine
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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)
     
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden org.junit.platform.engine.TestEngine

    getArtifactId, getGroupId, getVersion
  • Felddetails

  • Konstruktordetails

    • JqwikTestEngine

      public JqwikTestEngine()
  • Methodendetails

    • getId

      public String getId()
      Angegeben von:
      getId in Schnittstelle org.junit.platform.engine.TestEngine
    • discover

      public org.junit.platform.engine.TestDescriptor discover(org.junit.platform.engine.EngineDiscoveryRequest request, org.junit.platform.engine.UniqueId uniqueId)
      Angegeben von:
      discover in Schnittstelle org.junit.platform.engine.TestEngine
    • execute

      public void execute(org.junit.platform.engine.ExecutionRequest request)
      Angegeben von:
      execute in Schnittstelle org.junit.platform.engine.TestEngine