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

Value members

Concrete 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

Extensions

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

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

Attributes

Returns

Pending unless the result is a success