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

Value members

Inherited methods

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

Attributes

Returns

Pending unless the result of the execution is a success

Inherited from:
PendingUntilFixed

Extensions

Inherited extensions

extension [T](t: => T)(using not: NotGiven[NoPendingUntilFixed])(using evidence$3: AsExecution[T])
def pendingUntilFixed(m: String): Execution

Attributes

Returns

Pending unless the result is a success

Inherited from:
PendingUntilFixed
extension [T](t: => T)(using evidence$2: AsExecution[T], not: NotGiven[NoPendingUntilFixed])

Attributes

Returns

Pending unless the result is a success

Inherited from:
PendingUntilFixed