Click or drag to resize
Akka.NETAkka.TestKit.TestActors Namespace
The Akka.TestKit.TestActors namespace contains classes that provide basic actors used for testing purposes.
Classes
  ClassDescription
Public classBlackHoleActor
A BlackHoleActor is an actor that silently accepts any messages sent to it.
Public classEchoActor
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).