Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.07 KB

Kotlin asserts comparison

This repo contains several typical tests implemented with different asserts libraries:

  1. JUnit 5
  2. kotlin.test
  3. AssertJ
  4. Kotest
  5. Truth
  6. Hamсrest
  7. Strikt
  8. Kluent
  9. Atrium
  10. Expekt
  11. AssertK
  12. HamKrest

Also ScalaTest is used in a different folder.

The goal of this project is to provide a starting point for choosing asserts library for a Kotlin project. It can be considered as a mini Rosetta stone.

See the results here (short version, EN) or here (detailed version, RU).

Feel free to contribute and criticize.

License: MIT.