ProxyFactory

zio.mock.internal.ProxyFactory
object ProxyFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def mockProxy[R : Tag](state: MockState[R])(implicit evidence$1: Tag[R], trace: Trace): ULayer[Proxy]

Given initial MockState[R], constructs a Proxy running that state.

Given initial MockState[R], constructs a Proxy running that state.

Attributes