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. class TestBarrier extends AnyRef

  7. class TestBarrierTimeoutException extends RuntimeException

  8. class TestFSMRef [S, D, T <: Actor] extends TestActorRef[T]

    This is a specialised form of the TestActorRef with support for querying and setting the state of a FSM.

  9. trait TestKit extends TestKitLight

  10. trait TestKitLight extends AnyRef

    Test kit for testing actors.

  11. class TestLatch extends AnyRef

  12. class TestLatchNoTimeoutException extends RuntimeException

  13. class TestLatchTimeoutException extends RuntimeException

  14. class TestProbe extends TestKit

    TestKit-based probe which allows sending, reception and reply.

Value Members

  1. object CallingThreadDispatcher extends AnyRef

  2. object TestActor extends AnyRef

  3. object TestActorRef extends AnyRef

  4. object TestBarrier extends AnyRef

    A cyclic barrier wrapper for use in testing.

  5. object TestFSMRef extends AnyRef

  6. object TestLatch extends AnyRef

    A count down latch wrapper for use in testing.

  7. object TestProbe extends AnyRef

  8. object Testing extends AnyRef

    Multiplying numbers used in test timeouts by a factor, set by system property.