TestEvent

object TestEvent

Implementation helpers of the EventFilter facilities: send Mute to the TestEventFilter to install a filter, and UnMute to uninstall it.

You should always prefer the filter methods in the package object (see akka.testkit filterEvents and filterException) or on the EventFilter implementations.

Companion:
class
Source:
TestEventListener.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Mute(filters: Seq[EventFilter]) extends TestEvent with NoSerializationVerificationNeeded
object Mute
final case class UnMute(filters: Seq[EventFilter]) extends TestEvent with NoSerializationVerificationNeeded
object UnMute

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala