Kotlin - gusenov/kb GitHub Wiki

Books

Test

  • Kotest is a flexible and elegant multi-platform test framework for Kotlin with extensive assertions and integrated property testing
    • Property-based Testing
      • with property testing, hundreds or thousands of values are fed into the same test, and the values are (usually) randomly generated by your property test framework