PendingUntilFixed

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

Value members

Concrete methods

def pendingUntilFixed[T](m: String)(t: => T)(using evidence$1: AsExecution[T]): Execution
Returns

Pending unless the result of the execution is a success

Extensions

Extensions

extension (t: => T)
def pendingUntilFixed[T](using evidence$2: AsExecution[T], not: NotGiven[NoPendingUntilFixed]): Execution
Returns

Pending unless the result is a success

def pendingUntilFixed[T](using not: NotGiven[NoPendingUntilFixed])(m: String)(using evidence$3: AsExecution[T]): Execution
Returns

Pending unless the result is a success