strikt-core / strikt.assertions / isGreaterThan

isGreaterThan

infix fun <T : Comparable<T>> Builder<T>.isGreaterThan(expected: T): Builder<T>

Asserts that the subject compares greater than expected according to Kotlin's standard > operator.