Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.12 KB

Java / Kotlin / Groovy assertions comparison

JUnit 5

AssertJ

AssertJ is a fluent assertions Java library.

assertk

assertk is a fluent assertion library for Kotlin inspired by AssertJ.

Kotest

Kotest assertions are part of the Kotest tests framework for Kotlin.

Strikt

Assertion library for Kotlin intended for use with a test runner such as JUnit, Minutest or Spek.

Spock

Spock is a Groovy testing and specification framework.