onlyIf

open fun onlyIf(spec: Spec<out Any>)
open fun onlyIf(onlyIfReason: String, spec: Spec<out Any>)
open fun onlyIf(onlyIfClosure: Closure)