NoPendingUntilFixed

org.specs2.execute.NoPendingUntilFixed

use this trait to remove the pending until fixed implicit conversion

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

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

Concrete methods

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

Attributes

Definition Classes

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