在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):robfletcher/strikt开源软件地址(OpenSource Url):https://github.com/robfletcher/strikt开源编程语言(OpenSource Language):Kotlin 99.1%开源软件介绍(OpenSource Introduction):StriktStrikt is an assertion library for Kotlin intended for use with a test runner such as JUnit, Minutest, Spek, or KotlinTest. Strikt uses a fluent assertion style similar to AssertJ but leverages Kotlin's type system and extension functions rather than needing a complex hierarchy of assertion builder classes. Strikt is under development, but 100% usable. The API may change until a version 1.0 is released. Any suggestions, issue reports, contributions, or feedback are very welcome. InstallationStrikt is available from Maven Central. repositories {
mavenCentral()
}
dependencies {
testImplementation("io.strikt:strikt-core:<version>")
} See the button below or releases/latest for the current version number. Additional LibrariesStrikt has the following additional libraries:
Versions are synchronized with the core Strikt library. To install additional libraries include dependencies in your Gradle build. For example: dependencies {
testImplementation("io.strikt:strikt-jvm:<version>")
} Bill of MaterialsStrikt supplies a BOM that is useful for aligning versions when using more than one Strikt module. dependencies {
// BOM dependency
testImplementation(platform("io.strikt:strikt-bom:<version>"))
// Versions can be omitted as they are supplied by the BOM
testImplementation("io.strikt:strikt-jackson")
testImplementation("io.strikt:strikt-jvm")
testImplementation("io.strikt:strikt-spring")
} Using StriktPlease see the project documentation and API docs. CommunityJoin the #strikt channel on the Kotlin Slack. Follow @stri_kt on Twitter for updates and release notifications. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论