Class ConfidenceEngine

java.lang.Object
org.saynotobugs.confidence.junit5.engine.testengine.ConfidenceEngine
All Implemented Interfaces:
org.junit.platform.engine.TestEngine

public final class ConfidenceEngine extends Object implements org.junit.platform.engine.TestEngine
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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)
     
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.junit.platform.engine.TestEngine

    getArtifactId, getGroupId, getVersion
  • Constructor Details

    • ConfidenceEngine

      public ConfidenceEngine()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface 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)
      Specified by:
      discover in interface org.junit.platform.engine.TestEngine
    • execute

      public void execute(org.junit.platform.engine.ExecutionRequest request)
      Specified by:
      execute in interface org.junit.platform.engine.TestEngine