MockException

zio.mock.internal.MockException
See theMockException companion class
object MockException

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class InvalidCallException(failedMatches: List[InvalidCall]) extends MockException

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnexpectedCallException[R, I, E, A](capability: Capability[R, I, E, A], args: Any) extends MockException

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnsatisfiedExpectationsException[R](expectation: Expectation[R]) extends MockException

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror