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