zio.test.render

package zio.test.render

Members list

Type members

Classlikes

Attributes

Companion
object
Supertypes
trait TestRenderer
class Object
trait Matchable
class Any
Known subtypes
object ConsoleRenderer.type

Attributes

Companion
trait
Supertypes
trait TestRenderer
class Object
trait Matchable
class Any
Self type
case class ExecutionResult(resultType: ResultType, label: String, status: Status, offset: Int, annotations: List[TestAnnotationMap], streamingLines: List[Line], summaryLines: List[Line], duration: Option[Long])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait TestRenderer
class Object
trait Matchable
class Any
Known subtypes
object IntelliJRenderer.type

Attributes

Companion
trait
Supertypes
trait TestRenderer
class Object
trait Matchable
class Any
Self type
object LogLine

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
LogLine.type
trait TestRenderer

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def ansi(s: String, ansiColor: String): Fragment
def bold(s: String): Fragment
def dim(s: String): Fragment
def error(s: String): Fragment
def fr(s: String): Fragment
def info(s: String): Fragment
def warn(s: String): Fragment
def withOffset(i: Int)(line: Line): Line

Concrete fields

val sp: Fragment