public class EventTestKit$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static EventTestKit$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
EventTestKit$() |
Modifier and Type | Method and Description |
---|---|
EventTestKit |
apply(akka.actor.ActorSystem actorSystem,
TestKitSettings testKitSettings)
Create a EventTestKit
|
EventTestKit |
create(akka.actor.ActorSystem actorSystem)
Java API to create a EventTestKit
|
EventTestKit |
create(TestKitSettings testKitSettings)
Java API to create a EventTestKit
|
public static final EventTestKit$ MODULE$
public EventTestKit apply(akka.actor.ActorSystem actorSystem, TestKitSettings testKitSettings)
When the test has completed you should shutdown the event service
with EventTestKit.shutdownEventService()
.
actorSystem
- (undocumented)testKitSettings
- (undocumented)public EventTestKit create(akka.actor.ActorSystem actorSystem)
actorSystem
- public EventTestKit create(TestKitSettings testKitSettings)
testKitSettings
- custom testKitSettings