akka.testkit
Class TestProbeSpec

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

public class TestProbeSpec
extends AkkaSpec
implements DefaultTimeout


Constructor Summary
TestProbeSpec()
           
 
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.DefaultTimeout
timeout
 
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

TestProbeSpec

public TestProbeSpec()