文件名称: hamcrest-3.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
</dependency>Gradle:
implementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
Gradle (Short):
implementation 'org.hamcrest:hamcrest:3.0'
Gradle (Kotlin):
implementation("org.hamcrest:hamcrest:3.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.hamcrest
org.hamcrest.beans
org.hamcrest.collection
org.hamcrest.comparator
org.hamcrest.core
org.hamcrest.internal
org.hamcrest.io
org.hamcrest.number
org.hamcrest.object
org.hamcrest.text
org.hamcrest.xmlorg.hamcrest.BaseDescription
org.hamcrest.BaseMatcher
org.hamcrest.Condition
org.hamcrest.Condition.Step
org.hamcrest.CoreMatchers
org.hamcrest.CustomMatcher
org.hamcrest.CustomTypeSafeMatcher
org.hamcrest.Description
org.hamcrest.Description.NullDescription
org.hamcrest.DiagnosingMatcher
org.hamcrest.FeatureMatcher
org.hamcrest.Matcher
org.hamcrest.MatcherAssert
org.hamcrest.Matchers
org.hamcrest.SelfDescribing
org.hamcrest.StringDescription
org.hamcrest.TypeSafeDiagnosingMatcher
org.hamcrest.TypeSafeMatcher
org.hamcrest.beans.HasProperty
org.hamcrest.beans.HasPropertyWithValue
org.hamcrest.beans.PropertyUtil
org.hamcrest.beans.SamePropertyValuesAs
org.hamcrest.collection.ArrayAsIterableMatcher
org.hamcrest.collection.ArrayMatching
org.hamcrest.collection.HasItemInArray
org.hamcrest.collection.IsArray
org.hamcrest.collection.IsArrayContainingInAnyOrder
org.hamcrest.collection.IsArrayContainingInOrder
org.hamcrest.collection.IsArrayWithSize
org.hamcrest.collection.IsCollectionWithSize
org.hamcrest.collection.IsEmptyCollection
org.hamcrest.collection.IsEmptyIterable
org.hamcrest.collection.IsIn
org.hamcrest.collection.IsIterableContainingInAnyOrder
org.hamcrest.collection.IsIterableContainingInOrder
org.hamcrest.collection.IsIterableContainingInRelativeOrder
org.hamcrest.collection.IsIterableWithSize
org.hamcrest.collection.IsMapContaining
org.hamcrest.collection.IsMapWithSize
org.hamcrest.comparator.ComparatorMatcherBuilder
org.hamcrest.core.AllOf
org.hamcrest.core.AnyOf
org.hamcrest.core.CombinableMatcher
org.hamcrest.core.CombinableMatcher.CombinableBothMatcher
org.hamcrest.core.CombinableMatcher.CombinableEitherMatcher
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.IsIterableContaining
org.hamcrest.core.IsNot
org.hamcrest.core.IsNull
org.hamcrest.core.IsSame
org.hamcrest.core.StringContains
org.hamcrest.core.StringEndsWith
org.hamcrest.core.StringRegularExpression
org.hamcrest.core.StringStartsWith
org.hamcrest.core.SubstringMatcher
org.hamcrest.internal.ArrayIterator
org.hamcrest.internal.NullSafety
org.hamcrest.internal.ReflectiveTypeFinder
org.hamcrest.internal.SelfDescribingValue
org.hamcrest.internal.SelfDescribingValueIterator
org.hamcrest.io.FileMatchers
org.hamcrest.io.FileMatchers.FileStatus
org.hamcrest.number.BigDecimalCloseTo
org.hamcrest.number.IsCloseTo
org.hamcrest.number.IsNaN
org.hamcrest.number.OrderingComparison
org.hamcrest.object.HasEqualValues
org.hamcrest.object.HasToString
org.hamcrest.object.IsCompatibleType
org.hamcrest.object.IsEventFrom
org.hamcrest.text.CharSequenceLength
org.hamcrest.text.IsBlankString
org.hamcrest.text.IsEmptyString
org.hamcrest.text.IsEqualCompressingWhiteSpace
org.hamcrest.text.IsEqualIgnoringCase
org.hamcrest.text.MatchesPattern
org.hamcrest.text.StringContainsInOrder
org.hamcrest.xml.HasXPath