PendingUntilFixed

org.specs2.execute.PendingUntilFixed
See thePendingUntilFixed companion object

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Type members

Classlikes

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

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Attributes

Returns

Pending unless the result is a success

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

Attributes

Returns

Pending unless the result is a success

Implicits

Implicits

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