MockConsole

object MockConsole extends Mock[Console]
class Mock[Console]
class Object
trait Matchable
class Any

Type members

Classlikes

object GetStrLn extends Effect[Unit, IOException, String]
object PutStr extends Effect[String, IOException, Unit]
object PutStrErr extends Effect[String, IOException, Unit]
object PutStrLn extends Effect[String, IOException, Unit]
object PutStrLnErr extends Effect[String, IOException, Unit]

Inherited classlikes

abstract class Effect[I, E, A]
Inherited from:
Mock
abstract class Method[I, E <: Throwable, A]
Inherited from:
Mock
object Poly
Inherited from:
Mock
abstract class Sink[I, E, A, L, B]
Inherited from:
Mock
abstract class Stream[I, E, A]
Inherited from:
Mock

Value members

Inherited methods

def empty: ULayer[R]
Inherited from:
Mock

Concrete fields