kotest-assertions-arrow / io.kotest.assertions.arrow.option

Package io.kotest.assertions.arrow.option

Extensions for External Classes

arrow.core.Option

io.kotest.properties.Gen

Functions

beNone

fun beNone(): Matcher<Option<Any>>

beSome

fun beSome(): Matcher<Option<*>>
fun <T> beSome(t: T): Matcher<Option<T>>