文件名称: junit-jupiter-engine-5.12.2.jar中文-英文对照文档.zip
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.12.2</version>
</dependency>Gradle:
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.2'
Gradle (Short):
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
Gradle (Kotlin):
implementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.junit.jupiter.engine
org.junit.jupiter.engine.config
org.junit.jupiter.engine.descriptor
org.junit.jupiter.engine.discovery
org.junit.jupiter.engine.discovery.predicates
org.junit.jupiter.engine.execution
org.junit.jupiter.engine.extension
org.junit.jupiter.engine.supportorg.junit.jupiter.engine.Constants
org.junit.jupiter.engine.JupiterTestEngine
org.junit.jupiter.engine.config.CachingJupiterConfiguration
org.junit.jupiter.engine.config.DefaultJupiterConfiguration
org.junit.jupiter.engine.config.EnumConfigurationParameterConverter<E>
org.junit.jupiter.engine.config.JupiterConfiguration
org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
org.junit.jupiter.engine.descriptor.ClassTestDescriptor
org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
org.junit.jupiter.engine.descriptor.Filterable
org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
org.junit.jupiter.engine.discovery.predicates.IsInnerClass
org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
org.junit.jupiter.engine.discovery.predicates.IsPotentialTestContainer
org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
org.junit.jupiter.engine.discovery.predicates.IsTestMethod
org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
org.junit.jupiter.engine.execution.AfterEachMethodAdapter
org.junit.jupiter.engine.execution.BeforeEachMethodAdapter
org.junit.jupiter.engine.execution.ConditionEvaluator
org.junit.jupiter.engine.execution.DefaultExecutableInvoker
org.junit.jupiter.engine.execution.DefaultTestInstances
org.junit.jupiter.engine.execution.ExtensionContextSupplier
org.junit.jupiter.engine.execution.ExtensionContextSupplier.ScopeBasedExtensionContextSupplier
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall<E,T>
org.junit.jupiter.engine.execution.InvocationInterceptorChain
org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptorCall<T>
org.junit.jupiter.engine.execution.InvocationInterceptorChain.VoidInterceptorCall
org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
org.junit.jupiter.engine.execution.NamespaceAwareStore
org.junit.jupiter.engine.execution.ParameterResolutionUtils
org.junit.jupiter.engine.execution.TestInstancesProvider
org.junit.jupiter.engine.extension.ExtensionContextInternal
org.junit.jupiter.engine.extension.ExtensionRegistrar
org.junit.jupiter.engine.extension.ExtensionRegistry
org.junit.jupiter.engine.extension.MutableExtensionRegistry
org.junit.jupiter.engine.support.JupiterThrowableCollectorFactory