StandardResults

org.specs2.execute.StandardResults$
See theStandardResults companion trait

Attributes

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

Members list

Value members

Inherited methods

def anError(message: String): Error

Attributes

Inherited from:
StandardResults
def anError: Error

Attributes

Inherited from:
StandardResults
def done: Success

Attributes

Inherited from:
StandardResults
def failure(message: String): Failure

Attributes

Inherited from:
StandardResults

Attributes

Inherited from:
StandardResults
def pending[R](r: => R)(using evidence$1: AsResult[R]): Pending

Attributes

Inherited from:
StandardResults
def pending(message: String): Pending

Attributes

Inherited from:
StandardResults

Attributes

Inherited from:
StandardResults
def skipped[R](r: => R)(using evidence$2: AsResult[R]): Skipped

Attributes

Inherited from:
StandardResults
def skipped(message: String): Skipped

Attributes

Inherited from:
StandardResults

Attributes

Inherited from:
StandardResults
def success(message: String): Success

Attributes

Inherited from:
StandardResults

Attributes

Inherited from:
StandardResults
def todo: Pending

Attributes

Inherited from:
StandardResults

Attributes

Inherited from:
StandardResults