https://kotlinlang.org logo
Title
i

Imran/Malic

03/23/2019, 8:48 AM
or should I use this one https://github.com/1Jajen1/propCheck
j

Jannis

03/23/2019, 10:28 AM
arrow-test provides test-suites for typeclass-laws that can be run with kotlintest. propCheck is a property based testing library like quickcheck with which you can do generative-testing, state-machine-testing and race-condition testing. propCheck has no test-runner but includes helpers to run in kotlintest. So if you want to test typeclass laws (for those that exist in arrow atm) use arrow-test and if you want to test the rest of your code with property-based testing you can use propCheck. Arrow-test requires kotlintest and propCheck works with all runners.
🔝 2
:arrow: 1
:kotlin: 1