文件名称: hamcrest-all-1.3.jar中文-英文对照文档.zip
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
</dependency>Gradle:
implementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
Gradle (Short):
implementation 'org.hamcrest:hamcrest-all:1.3'
Gradle (Kotlin):
implementation("org.hamcrest:hamcrest-all:1.3")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.hamcrest
org.hamcrest.beans
org.hamcrest.collection
org.hamcrest.core
org.hamcrest.integration
org.hamcrest.internal
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.EasyMock2Matchers
org.hamcrest.Factory
org.hamcrest.FeatureMatcher
org.hamcrest.JMock1Matchers
org.hamcrest.JavaLangMatcherAssert
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.beans.SamePropertyValuesAs.PropertyMatcher
org.hamcrest.collection.IsArray
org.hamcrest.collection.IsArrayContaining
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.IsIterableWithSize
org.hamcrest.collection.IsMapContaining
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.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.integration.EasyMock2Adapter
org.hamcrest.integration.JMock1Adapter
org.hamcrest.internal.ArrayIterator
org.hamcrest.internal.ReflectiveTypeFinder
org.hamcrest.internal.SelfDescribingValue
org.hamcrest.internal.SelfDescribingValueIterator
org.hamcrest.number.BigDecimalCloseTo
org.hamcrest.number.IsCloseTo
org.hamcrest.number.OrderingComparison
org.hamcrest.object.HasToString
org.hamcrest.object.IsCompatibleType
org.hamcrest.object.IsEventFrom
org.hamcrest.text.IsEmptyString
org.hamcrest.text.IsEqualIgnoringCase
org.hamcrest.text.IsEqualIgnoringWhiteSpace
org.hamcrest.text.StringContainsInOrder
org.hamcrest.xml.HasXPath