findUnsatisfiedSpec

@Nullable
open fun findUnsatisfiedSpec(object: T): Spec<out Any>

Finds the first Spec that is not satisfied by the object.

Return

an unsatisfied spec or null

Parameters

object

to check specs against