zio.mock
package zio.mock
Members list
Packages
package zio.mock.internal
Type members
Classlikes
object Capability
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Capability.type
An Expectation[R] is an immutable tree structure that represents expectations on environment R.
An Expectation[R] is an immutable tree structure that represents expectations on environment R.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Expectation[R]
object Expectation
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Expectation.type
A Mock[R] represents a mockable environment R.
A Mock[R] represents a mockable environment R.
Attributes
object Mock
object MockConsole extends Mock[Console]
Attributes
- Supertypes
- Self type
-
MockConsole.type
object MockRandom extends Mock[Random]
Attributes
- Supertypes
- Self type
-
MockRandom.type
object MockReporter
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MockReporter.type
abstract class MockSpecDefault extends ZIOSpecDefault
Attributes
- Supertypes
-
class ZIOSpecDefaultclass ZIOSpec[TestEnvironment]class ZIOSpecAbstracttrait ZIOApptrait ZIOAppVersionSpecificclass Objecttrait Matchableclass AnyShow all
object MockSystem extends Mock[System]
Attributes
- Supertypes
- Self type
-
MockSystem.type
A Proxy provides the machinery to map mocked invocations to predefined results and check some constraints on the way.
A Proxy provides the machinery to map mocked invocations to predefined results and check some constraints on the way.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
A Result[-I, +E, +A] represents the value or failure that will be returned by mock expectation when invoked.
A Result[-I, +E, +A] represents the value or failure that will be returned by mock expectation when invoked.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
In this article