Skip to content

Instantly share code, notes, and snippets.

@dkarlinsky
Created January 11, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkarlinsky/426d8457041eee407bb08c94e0eb1647 to your computer and use it in GitHub Desktop.
Save dkarlinsky/426d8457041eee407bb08c94e0eb1647 to your computer and use it in GitHub Desktop.
zio.ZEnv.live.>>>[Nothing, ROut2](
zio.test.Annotations.live.++[Nothing, Any, zio.test.Annotations,
(zio.console.Console & zio.test.environment.TestConsole)
](zio.test.environment.TestConsole.default)(
scala.reflect.ClassTag.apply[
(zio.console.Console & zio.test.environment.TestConsole)
](classOf[zio.Has])
).++[Nothing,
(zio.Has[zio.clock.Clock.Service] & zio.Has[zio.console.Console.Service] &
zio.Has[zio.system.System.Service] & zio.Has[zio.random.Random.Service] &
zio.Has[zio.scheduler.Scheduler.Service]
& zio.Has[zio.blocking.Blocking.Service])
,
(zio.test.Annotations & (zio.console.Console &
zio.test.environment.TestConsole
))
, zio.Has[zio.test.environment.Live.Service]](
zio.test.environment.Live.default
)(
scala.reflect.ClassTag.apply[zio.Has[zio.test.environment.Live.Service]](
classOf[zio.Has]
)
).++[Nothing, Any,
(zio.test.Annotations & (zio.console.Console &
zio.test.environment.TestConsole
) & zio.Has[zio.test.environment.Live.Service])
, (zio.random.Random & zio.test.environment.TestRandom)](
zio.test.environment.TestRandom.deterministic
)(
scala.reflect.ClassTag.apply[
(zio.random.Random & zio.test.environment.TestRandom)
](classOf[zio.Has])
).++[Nothing, Any,
(zio.test.Annotations & (zio.console.Console &
zio.test.environment.TestConsole
) & zio.Has[zio.test.environment.Live.Service] & (zio.random.Random &
zio.test.environment.TestRandom
))
, zio.Has[zio.test.Sized.Service]](zio.test.Sized.live(100))(
scala.reflect.ClassTag.apply[zio.Has[zio.test.Sized.Service]](
classOf[zio.Has]
)
).++[Nothing, Any,
(zio.test.Annotations & (zio.console.Console &
zio.test.environment.TestConsole
) & zio.Has[zio.test.environment.Live.Service] & (zio.random.Random &
zio.test.environment.TestRandom
) & zio.Has[zio.test.Sized.Service])
, (zio.system.System & zio.test.environment.TestSystem)](
zio.test.environment.TestSystem.default
)(
scala.reflect.ClassTag.apply[
(zio.system.System & zio.test.environment.TestSystem)
](classOf[zio.Has])
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment