PendingUntilFixed

org.specs2.execute.PendingUntilFixed
See thePendingUntilFixed companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

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

Attributes

Inherited from:
PendingUntilFixed
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Attributes

Returns

Pending unless the result is a success

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

Attributes

Returns

Pending unless the result is a success

Inherited from:
PendingUntilFixed

Implicits

Inherited implicits

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

Attributes

Inherited from:
PendingUntilFixed