org.apache.pekko.testkit.TestKit$
See theTestKit companion class
Attributes
-
Companion
-
class
-
Source
-
TestKit.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Await until the given condition evaluates to true or the timeout expires, whichever comes first.
Await until the given condition evaluates to true or the timeout expires, whichever comes first.
Attributes
-
Source
-
TestKit.scala
Obtain current timestamp as Duration for relative measurements (using System.nanoTime).
Obtain current timestamp as Duration for relative measurements (using System.nanoTime).
Attributes
-
Source
-
TestKit.scala
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.
The duration is dilated by the timefactor.
If verifySystemShutdown is true, then an exception will be thrown on failure.
Attributes
-
Source
-
TestKit.scala