Package akka.testkit

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 java.lang.String testNameFromCallStack​(java.lang.Class<?> classToStartFrom, scala.util.matching.Regex testKitRegex)  
      • 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,
                                                             scala.util.matching.Regex testKitRegex)
      • 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.