object TestActor
- Source
- TestKit.scala
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestActor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class AutoPilot extends AnyRef
- type Ignore = [[, Boolean]]
- trait Message extends AnyRef
- final case class RealMessage(msg: AnyRef, sender: ActorRef) extends with Product with Serializable
- final case class SetAutoPilot(ap: AutoPilot) extends with Product with Serializable
- final case class SetIgnore(i: Ignore) extends with Product with Serializable
- final case class Spawn(props: Props, name: Option[String] = None, strategy: [SupervisorStrategy] = None) extends with Product with Serializable
- final case class UnWatch(ref: ActorRef) extends with Product with Serializable
- final case class Watch(ref: ActorRef) extends with Product with Serializable
Value Members
- val FALSE: () => Boolean
- def props(queue: [Message]): Props
- case object KeepRunning extends with Product with Serializable
- case object NoAutoPilot extends with Product with Serializable
- case object NullMessage extends with Product with Serializable