PendingUntilFixed

This function allows to mark the body of an example as pending until it is fixed.

This function allows to mark the body of an example as pending until it is fixed.

If the result becomes a success then it is reported as a Failure so that the user thinks of removing the marker

Companion
object
class Object
trait Matchable
class Any

Extensions

Extensions

extension (t: => T)
def pendingUntilFixed[T](using `evidence$1`: AsResult[T], not: NotGiven[NoPendingUntilFixed]): Result
Returns

Pending unless the result is a success

def pendingUntilFixed[T](using not: NotGiven[NoPendingUntilFixed])(m: String)(using `evidence$2`: AsResult[T]): Result
Returns

Pending unless the result is a success