文件名称: junit-platform-launcher-1.8.0-M1.jar中文-英文对照文档.zip
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.8.0-M1</version>
</dependency>Gradle:
implementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.8.0-M1'
Gradle (Short):
implementation 'org.junit.platform:junit-platform-launcher:1.8.0-M1'
Gradle (Kotlin):
implementation("org.junit.platform:junit-platform-launcher:1.8.0-M1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.junit.platform.launcher
org.junit.platform.launcher.core
org.junit.platform.launcher.listeners
org.junit.platform.launcher.listeners.discovery
org.junit.platform.launcher.listeners.session
org.junit.platform.launcher.tagexpressionorg.junit.platform.launcher.EngineDiscoveryResult
org.junit.platform.launcher.EngineDiscoveryResult.Status
org.junit.platform.launcher.EngineFilter
org.junit.platform.launcher.Launcher
org.junit.platform.launcher.LauncherConstants
org.junit.platform.launcher.LauncherDiscoveryListener
org.junit.platform.launcher.LauncherDiscoveryListeners
org.junit.platform.launcher.LauncherDiscoveryRequest
org.junit.platform.launcher.LauncherSession
org.junit.platform.launcher.LauncherSessionListener
org.junit.platform.launcher.LauncherSessionListeners
org.junit.platform.launcher.PostDiscoveryFilter
org.junit.platform.launcher.PostDiscoveryFilters
org.junit.platform.launcher.TagFilter
org.junit.platform.launcher.TestExecutionListener
org.junit.platform.launcher.TestIdentifier
org.junit.platform.launcher.TestPlan
org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
org.junit.platform.launcher.core.EngineDiscoveryOrchestrator.Phase
org.junit.platform.launcher.core.EngineExecutionOrchestrator
org.junit.platform.launcher.core.LauncherConfig
org.junit.platform.launcher.core.LauncherConfig.Builder
org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
org.junit.platform.launcher.core.LauncherDiscoveryResult
org.junit.platform.launcher.core.LauncherFactory
org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
org.junit.platform.launcher.listeners.LegacyReportingUtils
org.junit.platform.launcher.listeners.LoggingListener
org.junit.platform.launcher.listeners.SummaryGeneratingListener
org.junit.platform.launcher.listeners.TestExecutionSummary
org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
org.junit.platform.launcher.listeners.session.LauncherSessionListeners
org.junit.platform.launcher.listeners.summary
org.junit.platform.launcher.tagexpression.ParseResult
org.junit.platform.launcher.tagexpression.TagExpression