LabelEvent

com.geirolz.app.toolkit.testing.LabelEvent
See theLabelEvent companion trait
object LabelEvent

Attributes

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

Members list

Type members

Classlikes

case class Canceled(resource: LabeledResource) extends LabelEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LabelEvent
trait Event
class Object
trait Matchable
class Any
Show all
case class Errored(resource: LabeledResource, msg: String) extends LabelEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LabelEvent
trait Event
class Object
trait Matchable
class Any
Show all
case class Finalized(resource: LabeledResource) extends LabelEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LabelEvent
trait Event
class Object
trait Matchable
class Any
Show all
case class Starting(resource: LabeledResource) extends LabelEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LabelEvent
trait Event
class Object
trait Matchable
class Any
Show all
case class Succeeded(resource: LabeledResource) extends LabelEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LabelEvent
trait Event
class Object
trait Matchable
class Any
Show all

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