文件名称: junit-4.4.jar中文-英文对照文档.zip
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
</dependency>Gradle:
implementation group: 'junit', name: 'junit', version: '4.4'
Gradle (Short):
implementation 'junit:junit:4.4'
Gradle (Kotlin):
implementation("junit:junit:4.4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.hamcrest.core
org.junit
org.junit.runner
org.junit.runner.manipulation
org.junit.runner.notification
org.junit.runnersorg.hamcrest.core.AllOf
org.hamcrest.core.AnyOf
org.hamcrest.core.DescribedAs
org.hamcrest.core.Is
org.hamcrest.core.IsAnything
org.hamcrest.core.IsEqual
org.hamcrest.core.IsInstanceOf
org.hamcrest.core.IsNot
org.hamcrest.core.IsNull
org.hamcrest.core.IsSame
org.junit.After
org.junit.AfterClass
org.junit.Assert
org.junit.Assume
org.junit.Assume.AssumptionViolatedException
org.junit.Before
org.junit.BeforeClass
org.junit.ComparisonFailure
org.junit.Ignore
org.junit.Test
org.junit.Test.None
org.junit.runner.Description
org.junit.runner.JUnitCore
org.junit.runner.Request
org.junit.runner.Result
org.junit.runner.RunWith
org.junit.runner.Runner
org.junit.runner.manipulation.Filter
org.junit.runner.manipulation.Filterable
org.junit.runner.manipulation.NoTestsRemainException
org.junit.runner.manipulation.Sortable
org.junit.runner.manipulation.Sorter
org.junit.runner.notification.Failure
org.junit.runner.notification.RunListener
org.junit.runner.notification.RunNotifier
org.junit.runner.notification.StoppedByUserException
org.junit.runners.AllTests
org.junit.runners.Enclosed
org.junit.runners.Parameterized
org.junit.runners.Parameterized.Parameters
org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses