kotest Parameterized tests with Kotest Creating parameterized tests in Kotlin: data driven testing, collection inspections and generating test cases with FreeSpec.
kotest Assert softly - when one assertion is not enough It's usually in our best interest to keep one assertion per test method. Yet, situation when more than one check in single test method is present may occur.