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

Type members

Classlikes

class PendingUntilFixed[T](t: => T)(implicit evidence$4: AsResult[T])

Value members

Concrete methods

def pendingUntilFixed[T : AsResult](t: => T): Result
Returns:

Pending unless the result is a success

def pendingUntilFixed[T : AsResult](m: String)(t: => T): Result
Returns:

Pending unless the result is a success

Implicits

Implicits

implicit def toPendingUntilFixed[T : AsResult](t: => T): PendingUntilFixed[T]