object TestActor

Source
TestKit.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestActor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class AutoPilot extends AnyRef
  2. type Ignore = [[, Boolean]]
  3. trait Message extends AnyRef
  4. final case class RealMessage(msg: AnyRef, sender: ActorRef) extends with Product with Serializable
  5. final case class SetAutoPilot(ap: AutoPilot) extends with Product with Serializable
  6. final case class SetIgnore(i: Ignore) extends with Product with Serializable
  7. final case class Spawn(props: Props, name: Option[String] = None, strategy: [SupervisorStrategy] = None) extends with Product with Serializable
  8. final case class UnWatch(ref: ActorRef) extends with Product with Serializable
  9. final case class Watch(ref: ActorRef) extends with Product with Serializable

Value Members

  1. val FALSE: () => Boolean
  2. def props(queue: [Message]): Props
  3. case object KeepRunning extends with Product with Serializable
  4. case object NoAutoPilot extends with Product with Serializable
  5. case object NullMessage extends with Product with Serializable