ErrorOutput

abstract class ErrorOutput[I]
class Object
trait Matchable
class Any

Value members

Inherited methods

def of[E : Tag, A : Tag](returns: Result[I, E, A])(implicit evidence$72: Tag[E], evidence$73: Tag[A], ev: I <:< Unit): Expectation[R]
Inherited from:
ErrorOutput (hidden)
def of[E : Tag, A : Tag](assertion: Assertion[I], result: Result[I, E, A])(implicit evidence$70: Tag[E], evidence$71: Tag[A], ev: I =!= Unit): Expectation[R]
Inherited from:
ErrorOutput (hidden)
def of[E : Tag, A : Tag](assertion: Assertion[I])(implicit evidence$68: Tag[E], evidence$69: Tag[A], ev1: I =!= Unit, ev2: A <:< Unit): Expectation[R]
Inherited from:
ErrorOutput (hidden)
def of[E : Tag, A : Tag]: Capability[R, I, E, A]
Inherited from:
ErrorOutput (hidden)

Inherited fields

val id: UUID
Inherited from:
Base (hidden)
val mock: Mock[R]
Inherited from:
ErrorOutput (hidden)
override val toString: String

Render method fully qualified name.

Render method fully qualified name.

Inherited from:
Base (hidden)