Class BehaviorTestKit$

java.lang.Object
org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$

public class BehaviorTestKit$ extends Object
  • Field Details

    • MODULE$

      public static final BehaviorTestKit$ 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()
      JAVA API
    • create

      public <T> BehaviorTestKit<T> create(Behavior<T> initialBehavior, String name, com.typesafe.config.Config config)
      JAVA API
    • create

      public <T> BehaviorTestKit<T> create(Behavior<T> initialBehavior, String name)
      JAVA API
    • create

      public <T> BehaviorTestKit<T> create(Behavior<T> initialBehavior)
      JAVA API