akka

testkit

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. class CallingThreadDispatcher extends MessageDispatcher

    Dispatcher which runs invocations on the current thread only.

  2. class CallingThreadMailbox extends AnyRef

  3. class NestingQueue extends AnyRef

  4. class TestActor extends Actor with FSM[Int, Ignore]

  5. class TestActorRef [T <: Actor] extends LocalActorRef

    This special ActorRef is exclusively for use during unit testing in a single-threaded environment.

  6. trait TestKit extends AnyRef

    Test kit for testing actors.

Value Members

  1. object CallingThreadDispatcher extends AnyRef

  2. object TestActor extends AnyRef

  3. object TestActorRef extends AnyRef