文件名称: junit-4.8.jar中文-英文对照文档.zip
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8</version>
</dependency>Gradle:
implementation group: 'junit', name: 'junit', version: '4.8'
Gradle (Short):
implementation 'junit:junit:4.8'
Gradle (Kotlin):
implementation("junit:junit:4.8")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.hamcrest
org.hamcrest.core
org.hamcrest.internal
org.junit
org.junit.experimental
org.junit.experimental.categories
org.junit.experimental.max
org.junit.experimental.results
org.junit.experimental.runners
org.junit.experimental.theories
org.junit.experimental.theories.suppliers
org.junit.matchers
org.junit.rules
org.junit.runner
org.junit.runner.manipulation
org.junit.runner.notification
org.junit.runners
org.junit.runners.modelorg.hamcrest.BaseDescription
org.hamcrest.BaseMatcher
org.hamcrest.CoreMatchers
org.hamcrest.Description
org.hamcrest.Factory
org.hamcrest.Matcher
org.hamcrest.SelfDescribing
org.hamcrest.StringDescription
org.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.hamcrest.internal.ArrayIterator
org.hamcrest.internal.SelfDescribingValue
org.hamcrest.internal.SelfDescribingValueIterator
org.junit.After
org.junit.AfterClass
org.junit.Assert
org.junit.Assume
org.junit.Before
org.junit.BeforeClass
org.junit.ComparisonFailure
org.junit.Ignore
org.junit.Rule
org.junit.Test
org.junit.Test.None
org.junit.experimental.ParallelComputer
org.junit.experimental.categories.Categories
org.junit.experimental.categories.Categories.CategoryFilter
org.junit.experimental.categories.Categories.ExcludeCategory
org.junit.experimental.categories.Categories.IncludeCategory
org.junit.experimental.categories.Category
org.junit.experimental.max.CouldNotReadCoreException
org.junit.experimental.max.MaxCore
org.junit.experimental.max.MaxHistory
org.junit.experimental.results.PrintableResult
org.junit.experimental.results.ResultMatchers
org.junit.experimental.runners.Enclosed
org.junit.experimental.theories.DataPoint
org.junit.experimental.theories.DataPoints
org.junit.experimental.theories.ParameterSignature
org.junit.experimental.theories.ParameterSupplier
org.junit.experimental.theories.ParametersSuppliedBy
org.junit.experimental.theories.PotentialAssignment
org.junit.experimental.theories.PotentialAssignment.CouldNotGenerateValueException
org.junit.experimental.theories.Theories
org.junit.experimental.theories.Theory
org.junit.experimental.theories.suppliers.TestedOn
org.junit.experimental.theories.suppliers.TestedOnSupplier
org.junit.matchers.JUnitMatchers
org.junit.rules.ErrorCollector
org.junit.rules.ExpectedException
org.junit.rules.ExternalResource
org.junit.rules.MethodRule
org.junit.rules.TemporaryFolder
org.junit.rules.TestName
org.junit.rules.TestWatchman
org.junit.rules.Timeout
org.junit.rules.Verifier
org.junit.runner.Computer
org.junit.runner.Describable
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.BlockJUnit4ClassRunner
org.junit.runners.JUnit4
org.junit.runners.Parameterized
org.junit.runners.Parameterized.Parameters
org.junit.runners.ParentRunner
org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses
org.junit.runners.model.FrameworkField
org.junit.runners.model.FrameworkMethod
org.junit.runners.model.InitializationError
org.junit.runners.model.RunnerBuilder
org.junit.runners.model.RunnerScheduler
org.junit.runners.model.Statement
org.junit.runners.model.TestClass