Class TestKitUtils


  • public class TestKitUtils
    extends java.lang.Object
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      TestKitUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String scrubActorSystemName​(java.lang.String name)
      Sanitize the name to be used as valid actor system name by replacing invalid characters.
      static void shutdown​(ActorSystem<?> system, scala.concurrent.duration.Duration timeout, boolean throwIfShutdownTimesOut)  
      static java.lang.String testNameFromCallStack​(java.lang.Class<?> classToStartFrom)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestKitUtils

        public TestKitUtils()
    • Method Detail

      • testNameFromCallStack

        public static java.lang.String testNameFromCallStack​(java.lang.Class<?> classToStartFrom)
      • scrubActorSystemName

        public static java.lang.String scrubActorSystemName​(java.lang.String name)
        Sanitize the name to be used as valid actor system name by replacing invalid characters. name may for example be a fully qualified class name and then the short class name will be used.
      • shutdown

        public static void shutdown​(ActorSystem<?> system,
                                    scala.concurrent.duration.Duration timeout,
                                    boolean throwIfShutdownTimesOut)