TestStatus

object TestStatus
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Success extends TestStatus
case object Cancelled extends TestStatus
case object Ignored extends TestStatus
case object Failure extends TestStatus
case object Exception extends TestStatus

Inherited types

type MirroredLabel <: String
The name of the type
Inhertied from
Mirror
type MirroredElemLabels <: Tuple
The names of the product elements
Inhertied from
Mirror

Value members

Methods

def fromString(s: String): Either[String, TestStatus]

Fields

val values: List[TestStatus]