strikt.arrow.Option.kt Maven / Gradle / Ivy
@file:Suppress("DEPRECATION")
package strikt.arrow
import arrow.core.None
import arrow.core.Option
import arrow.core.Some
import strikt.api.Assertion
/**
* Asserts that the [Option] is [None]
* @return Assertion builder over the same subject that is now known to be
* a [None].
*/
@Suppress("UNCHECKED_CAST")
fun Assertion.Builder