akka.testkit
Class TestActorRefSpec$

java.lang.Object
  extended by akka.testkit.TestActorRefSpec$
All Implemented Interfaces:
java.io.Serializable

public class TestActorRefSpec$
extends java.lang.Object
implements scala.Serializable

Test whether TestActorRef behaves as an ActorRef should, besides its own spec.

See Also:
Serialized Form

Field Summary
static TestActorRefSpec$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TestActorRefSpec$()
           
 
Method Summary
 int counter()
           
 java.lang.Thread otherthread()
           
 java.lang.Thread thread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

TestActorRefSpec$

public TestActorRefSpec$()
Method Detail

counter

public int counter()

thread

public java.lang.Thread thread()

otherthread

public java.lang.Thread otherthread()