Package akka.testkit
Class TestKitExtension
- java.lang.Object
-
- akka.testkit.TestKitExtension
-
public class TestKitExtension extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestKitExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
static TestKitSettings
createExtension(ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
static TestKitSettings
get(ActorSystem system)
static TestKitSettings
get(ClassicActorSystemProvider system)
static int
hashCode()
-
-
-
Method Detail
-
get
public static TestKitSettings get(ActorSystem system)
-
get
public static TestKitSettings get(ClassicActorSystemProvider system)
-
createExtension
public static TestKitSettings createExtension(ExtendedActorSystem system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
-