Class BehaviorTestKit$


  • public class BehaviorTestKit$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final BehaviorTestKit$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • BehaviorTestKit$

        public BehaviorTestKit$()
    • 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