Class BehaviorTestKit$
- java.lang.Object
-
- akka.actor.testkit.typed.scaladsl.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()
<T> BehaviorTestKit<T>
apply(Behavior<T> initialBehavior)
<T> BehaviorTestKit<T>
apply(Behavior<T> initialBehavior, java.lang.String name)
<T> BehaviorTestKit<T>
apply(Behavior<T> initialBehavior, java.lang.String name, com.typesafe.config.Config config)
-
-
-
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()
-
apply
public <T> BehaviorTestKit<T> apply(Behavior<T> initialBehavior, java.lang.String name, com.typesafe.config.Config config)
-
apply
public <T> BehaviorTestKit<T> apply(Behavior<T> initialBehavior, java.lang.String name)
-
apply
public <T> BehaviorTestKit<T> apply(Behavior<T> initialBehavior)
-
-