public class TestNGine extends Object implements org.junit.platform.engine.TestEngine
| 构造器和说明 |
|---|
TestNGine() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
Optional<String> |
getArtifactId() |
Optional<String> |
getGroupId() |
String |
getId() |
Optional<String> |
getVersion() |
public String getId()
getId 在接口中 org.junit.platform.engine.TestEnginepublic Optional<String> getGroupId()
getGroupId 在接口中 org.junit.platform.engine.TestEnginepublic Optional<String> getArtifactId()
getArtifactId 在接口中 org.junit.platform.engine.TestEnginepublic Optional<String> getVersion()
getVersion 在接口中 org.junit.platform.engine.TestEnginepublic org.junit.platform.engine.TestDescriptor discover(org.junit.platform.engine.EngineDiscoveryRequest request,
org.junit.platform.engine.UniqueId uniqueId)
discover 在接口中 org.junit.platform.engine.TestEnginepublic void execute(org.junit.platform.engine.ExecutionRequest request)
execute 在接口中 org.junit.platform.engine.TestEngineCopyright © 2021 kubeclub. All rights reserved.