Package io.github.imagineDevit.giwt.core
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 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
-
GiwtTestEngine
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.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:
discoverin interfaceorg.junit.platform.engine.TestEngine
-
execute
public void execute(org.junit.platform.engine.ExecutionRequest executionRequest) - Specified by:
executein interfaceorg.junit.platform.engine.TestEngine
-