zio.mock.internal
package zio.mock.internal
Members list
Type members
Classlikes
An InvalidCall represents failed expectation.
An InvalidCall represents failed expectation.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object InvalidCall
Attributes
- Companion
- class
- Supertypes
- Self type
-
InvalidCall.type
sealed abstract class MockException extends Throwable
A MockException is used internally by the mock framework to signal failed expectations to the test framework.
A MockException is used internally by the mock framework to signal failed expectations to the test framework.
Attributes
- Companion
- object
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class InvalidCallExceptionclass UnsatisfiedExpectationsException[R]
object MockException
Attributes
- Companion
- class
- Supertypes
- Self type
-
MockException.type
object ProxyFactory
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProxyFactory.type
In this article