Package akka.actor.testkit.typed.javadsl
Class BehaviorTestKit$
- java.lang.Object
-
- akka.actor.testkit.typed.javadsl.BehaviorTestKit$
-
public class BehaviorTestKit$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static BehaviorTestKit$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description BehaviorTestKit$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.Config
applicationTestConfig()
JAVA API<T> BehaviorTestKit<T>
create(Behavior<T> initialBehavior)
JAVA API<T> BehaviorTestKit<T>
create(Behavior<T> initialBehavior, java.lang.String name)
JAVA API<T> BehaviorTestKit<T>
create(Behavior<T> initialBehavior, java.lang.String name, com.typesafe.config.Config config)
JAVA API
-
-
-
Field Detail
-
MODULE$
public static final BehaviorTestKit$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
applicationTestConfig
public com.typesafe.config.Config applicationTestConfig()
JAVA API
-
create
public <T> BehaviorTestKit<T> create(Behavior<T> initialBehavior, java.lang.String name, com.typesafe.config.Config config)
JAVA API
-
create
public <T> BehaviorTestKit<T> create(Behavior<T> initialBehavior, java.lang.String name)
JAVA API
-
create
public <T> BehaviorTestKit<T> create(Behavior<T> initialBehavior)
JAVA API
-
-