zio.mock.internal.MockException
See theMockException companion class
object MockException
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
MockException.type
Members list
Type members
Classlikes
final case class InvalidCallException(failedMatches: List[InvalidCall]) extends MockException
Attributes
- Supertypes
-
trait Producttrait Equalsclass MockExceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnexpectedCallException[R, I, E, A](capability: Capability[R, I, E, A], args: Any) extends MockException
Attributes
- Supertypes
-
trait Producttrait Equalsclass MockExceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnsatisfiedExpectationsException[R](expectation: Expectation[R]) extends MockException
Attributes
- Supertypes
-
trait Producttrait Equalsclass MockExceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
In this article