akka.testkit
Class AkkaSpec$

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

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

See Also:
Serialized Form

Field Summary
static AkkaSpec$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AkkaSpec$()
           
 
Method Summary
 java.lang.String getCallerName(java.lang.Class<?> clazz)
           
 com.typesafe.config.Config mapToConfig(scala.collection.immutable.Map<java.lang.String,java.lang.Object> map)
           
 com.typesafe.config.Config testConf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

AkkaSpec$

public AkkaSpec$()
Method Detail

testConf

public com.typesafe.config.Config testConf()

mapToConfig

public com.typesafe.config.Config mapToConfig(scala.collection.immutable.Map<java.lang.String,java.lang.Object> map)

getCallerName

public java.lang.String getCallerName(java.lang.Class<?> clazz)