Error

abstract class Error[I, A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def of[E <: Throwable : Tag](returns: Result[I, E, A])(implicit evidence$45: Tag[E], ev: I <:< Unit): Expectation[R]
Inherited from:
Error
def of[E <: Throwable : Tag](assertion: Assertion[I], result: Result[I, E, A])(implicit evidence$44: Tag[E], ev: I =!= Unit): Expectation[R]
Inherited from:
Error
def of[E <: Throwable : Tag](assertion: Assertion[I])(implicit evidence$43: Tag[E], ev1: I =!= Unit, ev2: A <:< Unit): Expectation[R]
Inherited from:
Error
def of[E <: Throwable : Tag]: Capability[R, I, E, A]
Inherited from:
Error

Inherited fields

val id: UUID
Inherited from:
Base
val mock: Mock[R]
Inherited from:
Error
override val toString: String

Render method fully qualified name.

Render method fully qualified name.

Inherited from:
Base