Class ActorTestKitBase$
- java.lang.Object
-
- akka.actor.testkit.typed.scaladsl.ActorTestKitBase$
-
public class ActorTestKitBase$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ActorTestKitBase$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorTestKitBase$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
testNameFromCallStack()
-
-
-
Field Detail
-
MODULE$
public static final ActorTestKitBase$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-