object TestKit
- Source
- TestKit.scala
- Alphabetic
- By Inheritance
- TestKit
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def shutdownActorSystem(actorSystem: ActorSystem, verifySystemShutdown: Boolean): Unit
Shut down an actor system and wait for termination.
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.
If verifySystemShutdown is true, then an exception will be thrown on failure.
- def shutdownActorSystem(actorSystem: ActorSystem, duration: Duration): Unit
Shut down an actor system and wait for termination.
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.
- def shutdownActorSystem(actorSystem: ActorSystem): Unit
Shut down an actor system and wait for termination.
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.
- def shutdownActorSystem(actorSystem: ActorSystem, duration: Duration, verifySystemShutdown: Boolean): Unit
Shut down an actor system and wait for termination.
Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.
If verifySystemShutdown is true, then an exception will be thrown on failure.