Core assertion library for the Kotest testing framework on the JVM.
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-core-jvm</artifactId>
<version>6.1.11</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Write a simple test using Kotest's shouldBe assertion.
Use 'import io.kotest.matchers.shouldBe' for matcher-based assertions.
No dependency data recorded yet.