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 Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)static TestKitSettingscreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static TestKitSettingsget(ActorSystem system)static TestKitSettingsget(ClassicActorSystemProvider system)static inthashCode()
-
-
-
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)
-
-