StandardResults

Companion:
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def anError(message: String): Error
Inherited from:
StandardResults
Inherited from:
StandardResults
Inherited from:
StandardResults
def failure(message: String): Failure
Inherited from:
StandardResults
Inherited from:
StandardResults
def pending[R](r: => R)(using evidence$1: AsResult[R]): Pending
Inherited from:
StandardResults
def pending(message: String): Pending
Inherited from:
StandardResults
Inherited from:
StandardResults
def skipped[R](r: => R)(using evidence$2: AsResult[R]): Skipped
Inherited from:
StandardResults
def skipped(message: String): Skipped
Inherited from:
StandardResults
Inherited from:
StandardResults
def success(message: String): Success
Inherited from:
StandardResults
Inherited from:
StandardResults
Inherited from:
StandardResults
Inherited from:
StandardResults