Mocked

harness.zio.mock.Mocked
See theMocked companion object
final class Mocked[Z](val impls: List[Expectation[_ >: Z, _, _, _, _]], val mocks: Set[Mock[_ >: Z]])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Mocked[Z]

Members list

Value members

Concrete methods

final def ++[Z2](that: Mocked[Z2]): Mocked[Z & Z2]
final def toLayer: URLayer[Proxy, Z]