文件名称: hamcrest-core-1.2.1.jar中文-英文对照文档.zip
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.2.1</version>
</dependency>Gradle:
implementation group: 'org.hamcrest', name: 'hamcrest-core', version: '1.2.1'
Gradle (Short):
implementation 'org.hamcrest:hamcrest-core:1.2.1'
Gradle (Kotlin):
implementation("org.hamcrest:hamcrest-core:1.2.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.hamcrest
org.hamcrest.core
org.hamcrest.internalorg.hamcrest.BaseDescription
org.hamcrest.BaseMatcher
org.hamcrest.CoreMatchers
org.hamcrest.CustomMatcher
org.hamcrest.CustomTypeSafeMatcher
org.hamcrest.Description
org.hamcrest.Description.NullDescription
org.hamcrest.DiagnosingMatcher
org.hamcrest.Factory
org.hamcrest.FeatureMatcher
org.hamcrest.Matcher
org.hamcrest.MatcherAssert
org.hamcrest.SelfDescribing
org.hamcrest.StringDescription
org.hamcrest.TypeSafeDiagnosingMatcher
org.hamcrest.TypeSafeMatcher
org.hamcrest.core.AllOf
org.hamcrest.core.AnyOf
org.hamcrest.core.CombinableMatcher
org.hamcrest.core.DescribedAs
org.hamcrest.core.Every
org.hamcrest.core.Is
org.hamcrest.core.IsAnything
org.hamcrest.core.IsCollectionContaining
org.hamcrest.core.IsEqual
org.hamcrest.core.IsInstanceOf
org.hamcrest.core.IsNot
org.hamcrest.core.IsNull
org.hamcrest.core.IsSame
org.hamcrest.core.StringContains
org.hamcrest.core.StringEndsWith
org.hamcrest.core.StringStartsWith
org.hamcrest.core.SubstringMatcher
org.hamcrest.internal.ArrayIterator
org.hamcrest.internal.ReflectiveTypeFinder
org.hamcrest.internal.SelfDescribingValue
org.hamcrest.internal.SelfDescribingValueIterator