Class BehaviorTestKit$
java.lang.Object
org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BehaviorTestKit$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.typesafe.config.Config<T> BehaviorTestKit<T><T> BehaviorTestKit<T><T> BehaviorTestKit<T>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BehaviorTestKit$
public BehaviorTestKit$()
-
-
Method Details
-
ApplicationTestConfig
public com.typesafe.config.Config ApplicationTestConfig() -
apply
public <T> BehaviorTestKit<T> apply(Behavior<T> initialBehavior, String name, com.typesafe.config.Config config) -
apply
-
apply
-