TestKit

org.apache.pekko.testkit.javadsl.TestKit$
See theTestKit companion class
object TestKit

Attributes

Companion
class
Source
TestKit.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TestKit.type

Members list

Value members

Concrete methods

def shutdownActorSystem(actorSystem: ActorSystem, duration: Duration, verifySystemShutdown: Boolean): Unit

Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.

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.

Attributes

Source
TestKit.scala
def shutdownActorSystem(actorSystem: ActorSystem): Unit

Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.

Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.

Attributes

Source
TestKit.scala
def shutdownActorSystem(actorSystem: ActorSystem, duration: Duration): Unit

Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.

Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.

Attributes

Source
TestKit.scala
def shutdownActorSystem(actorSystem: ActorSystem, verifySystemShutdown: Boolean): Unit

Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.

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.

Attributes

Source
TestKit.scala