ExecutionResult

zio.test.render.ExecutionResult
See theExecutionResult companion class

Attributes

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

Members list

Type members

Classlikes

sealed abstract class ResultType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Other.type
object Suite.type
object Test.type
object ResultType

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ResultType.type
sealed abstract class Status

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Failed.type
object Ignored.type
object Passed.type
object Started.type
object Status

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def withoutSummarySpecificOutput(resultType: ResultType, label: String, status: Status, offset: Int, annotations: List[TestAnnotationMap], lines: List[Line], duration: Option[Long]): ExecutionResult