Package org.apache.pekko.testkit
Class TestKitUtils
java.lang.Object
org.apache.pekko.testkit.TestKitUtils
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringscrubActorSystemName(String name) Sanitize thenameto be used as valid actor system name by replacing invalid characters.static StringtestNameFromCallStack(Class<?> classToStartFrom, scala.util.matching.Regex testKitRegex)
-
Constructor Details
-
TestKitUtils
public TestKitUtils()
-
-
Method Details
-
testNameFromCallStack
-
scrubActorSystemName
Sanitize thenameto be used as valid actor system name by replacing invalid characters.namemay for example be a fully qualified class name and then the short class name will be used.
-