akka.testkit
Class TestActorsSpec

java.lang.Object
  extended by akka.testkit.TestKit
      extended by akka.testkit.AkkaSpec
          extended by akka.testkit.TestActorsSpec
All Implemented Interfaces:
ImplicitSender, TestKitBase, WatchedByCoroner

public class TestActorsSpec
extends AkkaSpec
implements ImplicitSender


Constructor Summary
TestActorsSpec()
           
 
Method Summary
 
Methods inherited from class akka.testkit.AkkaSpec
afterAll, afterTermination, atStartup, beforeAll, beforeTermination, expectedTestDuration, getCallerName, invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected, log, mapToConfig, muteDeadLetters, spawn, testConf
 
Methods inherited from class akka.testkit.TestKit
awaitCond, dilated, now, shutdownActorSystem, system, testActorId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.testkit.ImplicitSender
self
 
Methods inherited from interface akka.testkit.WatchedByCoroner
coronerWatch, displayThreadCounts, startAndStopDuration, startCoroner, stopCoroner
 
Methods inherited from interface akka.testkit.TestKitBase
awaitAssert, awaitCond, checkMissingAndUnexpected, end, expectMsg_internal, expectMsg, expectMsg, expectMsg, expectMsgAllClassOf, expectMsgAllClassOf, expectMsgAllConformingOf, expectMsgAllConformingOf, expectMsgAllOf_internal, expectMsgAllOf, expectMsgAllOf, expectMsgAnyClassOf_internal, expectMsgAnyClassOf, expectMsgAnyClassOf, expectMsgAnyOf_internal, expectMsgAnyOf, expectMsgAnyOf, expectMsgClass_internal, expectMsgClass, expectMsgClass, expectMsgPF, expectMsgType, expectMsgType, expectNoMsg_internal, expectNoMsg, expectNoMsg, expectTerminated, fishForMessage, format, ignoreMsg, ignoreNoMsg, internalExpectMsgAllClassOf, internalExpectMsgAllConformingOf, lastMessage, lastSender, lastWasNoMsg, msgAvailable, now, queue, receiveN_internal, receiveN, receiveN, receiveOne, receiveWhile, remaining, remainingOr, remainingOrDilated, setAutoPilot, shutdown, testActor, testKitSettings, unwatch, watch, within, within
 

Constructor Detail

TestActorsSpec

public TestActorsSpec()