Class GiwtTestEngine<TC extends ATestCase,E extends GiwtTestExecutor<TC>>

java.lang.Object
io.github.imagineDevit.giwt.core.GiwtTestEngine<TC,E>
Type Parameters:
TC -
E -
All Implemented Interfaces:
org.junit.platform.engine.TestEngine

public abstract class GiwtTestEngine<TC extends ATestCase,E extends GiwtTestExecutor<TC>> extends Object implements org.junit.platform.engine.TestEngine
Giwt test engine
See Also:
  • TestEngine
  • Field Details

  • Constructor Details

    • GiwtTestEngine

      protected GiwtTestEngine(E executor)
  • Method Details

    • getId

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

      public Optional<String> getGroupId()
      Specified by:
      getGroupId in interface org.junit.platform.engine.TestEngine
    • discover

      public org.junit.platform.engine.TestDescriptor discover(org.junit.platform.engine.EngineDiscoveryRequest engineDiscoveryRequest, 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 executionRequest)
      Specified by:
      execute in interface org.junit.platform.engine.TestEngine