Package org.apache.pekko.testkit
Class TestKitUtils$
java.lang.Object
org.apache.pekko.testkit.TestKitUtils$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestKitUtils$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscrubActorSystemName
(String name) Sanitize thename
to 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
-
scrubActorSystemName
Sanitize thename
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.
-