
commonMain.io.kotest.matchers.string.StringMatchers.kt Maven / Gradle / Ivy
package io.kotest.matchers.string
import io.kotest.assertions.show.show
import io.kotest.matchers.Matcher
import io.kotest.matchers.MatcherResult
import io.kotest.matchers.neverNullMatcher
fun haveSubstring(substr: String) = include(substr)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy