TestReporters

zio.test.TestReporters
See theTestReporters companion object
case class TestReporters(reportersStack: Ref[List[SuiteId]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def attemptToGetPrintingControl(id: SuiteId, ancestors: List[SuiteId]): ZIO[Any, Nothing, Boolean]
def relinquishPrintingControl(id: SuiteId): ZIO[Any, Nothing, Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product