akka.testkit
Class TestProbe$

java.lang.Object
  extended by akka.testkit.TestProbe$

public class TestProbe$
extends java.lang.Object


Field Summary
static TestProbe$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TestProbe$()
           
 
Method Summary
 TestProbe apply(ActorSystem system)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final TestProbe$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TestProbe$

public TestProbe$()
Method Detail

apply

public TestProbe apply(ActorSystem system)