Namespace Akka.TestKit.TestActors
Classes
BlackHoleActor
A BlackHoleActor is an actor that silently accepts any messages sent to it.
EchoActor
An EchoActor is an actor that echoes whatever is sent to it, to the TestKit's TestActor. By default it also echoes back to the sender, unless the sender is the TestActor (in this case the TestActor will only receive one message).
ForwardActor
ForwardActor forwards all messages as-is to specified ActorRef.
SimpleEchoActor
An SimpleEchoActor is an actor that echoes whatever is sent to it, to the Sender
.
UnhandledMessageActor
An UnhandledMessageActor is an actor that don't handle any message sent to it. An UnhandledMessage will be generated as result of handling any message