Package org.apache.pekko.testkit
Class TestKitUtils$
java.lang.Object
org.apache.pekko.testkit.TestKitUtils$
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final TestKitUtils$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscrubActorSystemName(String name) Sanitize thenameto be used as valid actor system name by replacing invalid characters.testNameFromCallStack(Class<?> classToStartFrom, scala.util.matching.Regex testKitRegex) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
TestKitUtils$public TestKitUtils$()
 
- 
- 
Method Details- 
testNameFromCallStack
- 
scrubActorSystemNameSanitize 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.
 
-