object TestEvent
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Mute(filters: [EventFilter]) extends with with Product with Serializable
- final case class UnMute(filters: [EventFilter]) extends with with Product with Serializable
Value Members
- object Mute extends Serializable
- object UnMute extends Serializable
Implementation helpers of the EventFilter facilities: send
Mute
to the TestEventFilter to install a filter, andUnMute
to uninstall it.You should always prefer the filter methods in the package object (see
akka.testkit
filterEvents
andfilterException
) or on the EventFilter implementations.