文件名称:Android代码-hamkrest
文件大小:95KB
文件格式:ZIP
更新时间:2022-08-26 13:02:09
Android代码
Hamkrest - Hamcrest for Kotlin An implementation of Hamcrest to take advantage of Kotlin language features. Note: as of version 1.4.0.0, you must add kotlin-reflect to the classpath to use Hamkrest's reflective features. Getting Started Add Hamkrest as a dependency of your project. Hamkrest is distributed via Maven Central. Import matchers from com.natpryce.hamkrest. E.g. a quick way to get started is to import com.natpryce.hamkrest.* and then use IntelliJ to optimise imports when you're do
【文件预览】:
hamkrest-master
----gradlew(5KB)
----b(141B)
----settings.gradle(31B)
----publish-release(58B)
----.java-version(4B)
----src()
--------nativeMain()
--------jsMain()
--------commonMain()
--------jvmTest()
--------jvmMain()
--------commonTest()
----.travis.yml(240B)
----build-jvm.gradle(740B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----tag-release(286B)
----build-js.gradle(2KB)
----README.md(2KB)
----gradlew.bat(2KB)
----docs()
--------describe.md(3KB)
--------version-numbering.md(625B)
--------numbers.md(921B)
--------compose.md(1KB)
--------function-references.md(1KB)
----.gitignore(42B)
----build-native.gradle(189B)
----build.gradle(1KB)