MockConsole

zio.mock.MockConsole
object MockConsole extends Mock[Console]

Attributes

Graph
Supertypes
class Mock[Console]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Print extends Effect[Any, IOException, Unit]

Attributes

Supertypes
class Effect[Any, IOException, Unit]
class Object
trait Matchable
class Any
Self type
Print.type
object PrintError extends Effect[Any, IOException, Unit]

Attributes

Supertypes
class Effect[Any, IOException, Unit]
class Object
trait Matchable
class Any
Self type
PrintError.type
object PrintLine extends Effect[Any, IOException, Unit]

Attributes

Supertypes
class Effect[Any, IOException, Unit]
class Object
trait Matchable
class Any
Self type
PrintLine.type
object PrintLineError extends Effect[Any, IOException, Unit]

Attributes

Supertypes
class Effect[Any, IOException, Unit]
class Object
trait Matchable
class Any
Self type
object ReadLine extends Effect[Unit, IOException, String]

Attributes

Supertypes
class Effect[Unit, IOException, String]
class Object
trait Matchable
class Any
Self type
ReadLine.type

Inherited classlikes

abstract class Effect[I, E, A]

Attributes

Inherited from:
Mock
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CurrentDateTime.type
object _0.type
object _1.type
object Instant.type
object JavaClock.type
object LocalDateTime.type
object NanoTime.type
object Scheduler.type
object Sleep.type
object Print.type
object PrintError.type
object PrintLine.type
object PrintLineError.type
object ReadLine.type
object NextBoolean.type
object NextBytes.type
object NextDouble.type
object NextDoubleBetween.type
object NextFloat.type
object NextFloatBetween.type
object NextGaussian.type
object NextInt.type
object NextIntBetween.type
object NextIntBounded.type
object NextLong.type
object NextLongBetween.type
object NextLongBounded.type
object NextPrintableChar.type
object NextString.type
object NextUUID.type
object SetSeed.type
object Shuffle.type
object Env.type
object EnvOrElse.type
object EnvOrOption.type
object Envs.type
object LineSeparator.type
object Properties.type
object Property.type
object PropertyOrElse.type
object PropertyOrOption.type
Show all
abstract class Method[I, E <: Throwable, A]

Attributes

Inherited from:
Mock
Supertypes
class Object
trait Matchable
class Any
object Poly

Attributes

Inherited from:
Mock
Supertypes
class Object
trait Matchable
class Any
abstract class Sink[I, E, A, L, B]

Attributes

Inherited from:
Mock
Supertypes
class Object
trait Matchable
class Any
abstract class Stream[I, E, A]

Attributes

Inherited from:
Mock
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def empty(implicit trace: Trace): ULayer[R]

Attributes

Inherited from:
Mock

Concrete fields