shouldBe
A special String-only version of shouldBe
which calls trimIndent
first.
Delegates to Kotest's shouldBe, but removes all the noise at the beginning of a stacktrace, like:
at app//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at app//kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
Content copied to clipboard
See also
Treat sequences like lists when asserting.