Input

zio.mock.Mock.Poly.Method.Input
abstract class Input[E <: Throwable, A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def of[I : Tag](returns: Result[I, E, A])(implicit evidence$41: Tag[I], ev: I <:< Unit): Expectation[R]

Attributes

Inherited from:
Input (hidden)
def of[I : Tag](assertion: Assertion[I], result: Result[I, E, A])(implicit evidence$40: Tag[I], ev: I =!= Unit): Expectation[R]

Attributes

Inherited from:
Input (hidden)
def of[I : Tag](assertion: Assertion[I])(implicit evidence$39: Tag[I], ev1: I =!= Unit, ev2: A <:< Unit): Expectation[R]

Attributes

Inherited from:
Input (hidden)
def of[I : Tag]: Capability[R, I, E, A]

Attributes

Inherited from:
Input (hidden)

Inherited fields

val id: UUID

Attributes

Inherited from:
Base (hidden)
val mock: Mock[R]

Attributes

Inherited from:
Input (hidden)
override val toString: String

Render method fully qualified name.

Render method fully qualified name.

Attributes

Inherited from:
Base (hidden)