文件名称: hamcrest-library-1.2.1.jar中文-英文对照文档.zip
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.2.1</version>
</dependency>Gradle:
implementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.2.1'
Gradle (Short):
implementation 'org.hamcrest:hamcrest-library:1.2.1'
Gradle (Kotlin):
implementation("org.hamcrest:hamcrest-library:1.2.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.hamcrest
org.hamcrest.beans
org.hamcrest.collection
org.hamcrest.number
org.hamcrest.object
org.hamcrest.text
org.hamcrest.xmlorg.hamcrest.Matchers
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.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