Output

abstract class Output[I, E <: Throwable]
class Object
trait Matchable
class Any

Value members

Inherited methods

def of[A : Tag](returns: Result[I, E, A])(implicit evidence$49: Tag[A], ev: I <:< Unit): Expectation[R]
Inherited from:
Output
def of[A : Tag](assertion: Assertion[I], result: Result[I, E, A])(implicit evidence$48: Tag[A], ev: I =!= Unit): Expectation[R]
Inherited from:
Output
def of[A : Tag](assertion: Assertion[I])(implicit evidence$47: Tag[A], ev1: I =!= Unit, ev2: A <:< Unit): Expectation[R]
Inherited from:
Output
def of[A : Tag]: Capability[R, I, E, A]
Inherited from:
Output

Inherited fields

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

Render method fully qualified name.

Render method fully qualified name.

Inherited from:
Base