Elmyr
strikt
Elmyr | strikt | |
---|---|---|
- | 2 | |
82 | 555 | |
- | - | |
6.9 | 6.7 | |
about 1 year ago | 3 months ago | |
Kotlin | Kotlin | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Elmyr
We haven't tracked posts mentioning Elmyr yet.
Tracking mentions began in Dec 2020.
strikt
-
Kotlin assertion libraries - JUnit, Hamkrest and Strikt
In this episode we first look at improving our use of JUnit, using kotlin.test to improve type safety, and assertAll to make multiple checks on the same subject. Then we look at Hamkrest (https://github.com/npryce/hamkrest), a Kotlin reimplementation of the classic Hamcrest, before settingly on Strikt (https://strikt.io/) for our fluent assertions.
-
Which assertion library do you use?
Has anyone compared Strikt with AssertK? I'm especially interested in the number of matchers.
What are some alternatives?
Kluent - Fluent Assertion-Library for Kotlin
Kotest - Powerful, elegant and flexible test framework for Kotlin with assertions, property testing and data driven tests.
hamkrest - Hamcrest for Kotlin
atrium - A multiplatform expectation library for Kotlin
mockito-kotlin - Using Mockito with Kotlin
kotlin-faker - Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
mockk - mocking library for Kotlin
hikaku - A library that tests if the implementation of a REST-API meets its specification.
arbitrater - Arbitrater is a Kotlin library for creating arbitrary instances of classes by reflection for use in testing. In contrast to POJO generators, it supports Kotlin's optional parameters and nullable types.
PlotAssert - Test the shape of your functions!