strikt-core / strikt.assertions / isEqualToIgnoringCase

isEqualToIgnoringCase

infix fun Builder<String>.isEqualToIgnoringCase(expected: String): Builder<String>

Asserts that the subject is equal to the expected value regardless of case.