Class VintageTestEngine

java.lang.Object
org.junit.vintage.engine.VintageTestEngine
All Implemented Interfaces:
org.junit.platform.engine.TestEngine

@API(status=INTERNAL, since="4.12") public final class VintageTestEngine extends Object implements org.junit.platform.engine.TestEngine
The JUnit Vintage TestEngine.
Since:
4.12
  • Constructor Details

    • VintageTestEngine

      public VintageTestEngine()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.junit.platform.engine.TestEngine
    • getGroupId

      public Optional<String> getGroupId()
      Returns org.junit.vintage as the group ID.
      Specified by:
      getGroupId in interface org.junit.platform.engine.TestEngine
    • getArtifactId

      public Optional<String> getArtifactId()
      Returns junit-vintage-engine as the artifact ID.
      Specified by:
      getArtifactId in interface org.junit.platform.engine.TestEngine
    • discover

      public org.junit.platform.engine.TestDescriptor discover(org.junit.platform.engine.EngineDiscoveryRequest discoveryRequest, 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